forked from pool/starship
Accepting request 964837 from home:Dead_Mozay
- Update to version 1.5.4: * aws: Add profile aliases. * buf: Add Buf module. * git_branch: add 'ignore_branches' option. * haskell: Add Haskell module. * nodejs: check for .mts and .cts files. * aws: accept sso credentials. * aws: Make AWS_REGION orverrides AWS_DEFAULT_REGION. * docs: fix and cleanup VuePress config. * init: Change Nushell init for nu 0.60. * status: Make status module work even when the status is 0. OBS-URL: https://build.opensuse.org/request/show/964837 OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=14
This commit is contained in:
parent
0ae735a6be
commit
66158a8b09
2
_service
2
_service
@ -6,7 +6,7 @@
|
||||
<param name="scm">git</param>
|
||||
<param name="version">git-master</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="revision">v1.4.2</param>
|
||||
<param name="revision">v1.5.4</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
<param name="changesauthor">dead_mozay@opensuse.org</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c3e3af87c8ef13f6d963e8d11327f1b46f3f1091c651c88842cff660a1f214c7
|
||||
size 12853261
|
3
starship-1.5.4.obscpio
Normal file
3
starship-1.5.4.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f9f48d38824326995f3c6001fe91ac7901ce120f1e62389f192a510a3a1c26fa
|
||||
size 13061133
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 25 04:58:06 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
- Update to version 1.5.4:
|
||||
* aws: Add profile aliases.
|
||||
* buf: Add Buf module.
|
||||
* git_branch: add 'ignore_branches' option.
|
||||
* haskell: Add Haskell module.
|
||||
* nodejs: check for .mts and .cts files.
|
||||
* aws: accept sso credentials.
|
||||
* aws: Make AWS_REGION orverrides AWS_DEFAULT_REGION.
|
||||
* docs: fix and cleanup VuePress config.
|
||||
* init: Change Nushell init for nu 0.60.
|
||||
* status: Make status module work even when the status is 0.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 11 16:55:57 UTC 2022 - Dead Mozay <dead_mozay@opensuse.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: starship
|
||||
version: 1.4.2
|
||||
mtime: 1646935298
|
||||
commit: 68d3f932282913ba64c0c80128349f58b68b6bff
|
||||
version: 1.5.4
|
||||
mtime: 1648149179
|
||||
commit: d420a63e25d01dd61d42499868ac79270b27dd25
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
%global rustflags '-Clink-arg=-Wl,-z,relro,-z,now'
|
||||
Name: starship
|
||||
Version: 1.4.2
|
||||
Version: 1.5.4
|
||||
Release: 0
|
||||
Summary: The minimal, blazing-fast, and infinitely customizable prompt for any shell
|
||||
License: ISC
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8ab85744252d6895694542e6d2893cda60e060db156b047e244afd946878d805
|
||||
size 25538760
|
||||
oid sha256:5debc73c8aab321b73766ea9ad0d1490b324fdec4b87dec3a959e787ad89d78b
|
||||
size 25826680
|
||||
|
Loading…
Reference in New Issue
Block a user