SHA256
1
0
forked from pool/starship

Accepting request 995079 from home:Dead_Mozay

- Update to version 1.10.0:
  * add bun module.
  * Add starship preset command.
  * Add support for blink, hidden, and strikethrough styles.
  * Add the ability to have some file extensions prevent a module
    from triggering.
  * k8s: Add folder detection to the k8s module.
  * package: support cargo workspace versions.
  * status: Add pipestatus_segment_format option to status module.
  * aws: support official AWS_SHARED_CREDENTIALS_FILE variable.
  * timings: count time spent on custom on 'when' command failure.
  * pulumi: allow disabling upwards discovery.

OBS-URL: https://build.opensuse.org/request/show/995079
OBS-URL: https://build.opensuse.org/package/show/shells/starship?expand=0&rev=25
This commit is contained in:
Dead Mozay
2022-08-15 05:10:27 +00:00
committed by Git OBS Bridge
parent 082e71d853
commit 878356ff20
7 changed files with 27 additions and 10 deletions

View File

@@ -17,7 +17,7 @@
Name: starship
Version: 1.9.1
Version: 1.10.0
Release: 0
Summary: The minimal, blazing-fast, and infinitely customizable prompt for any shell
License: ISC
@@ -26,6 +26,7 @@ Source0: %{name}-%{version}.tar.gz
Source1: vendor.tar.xz
Source2: cargo_config
BuildRequires: cargo-packaging
BuildRequires: cmake
BuildRequires: pkgconfig(openssl)
%description