From 6d858ddf6967d327f1d58ce653a6b5de301ddafb Mon Sep 17 00:00:00 2001 From: Evan Maddock Date: Sat, 11 Jan 2025 11:02:18 -0500 Subject: [PATCH] starship: Update to v1.22.0 **Summary** - Use best match instead of first match for `battery.display` threshold - Detect bun using new text-format lockfile - Allow direnv to detect environment variables - Add `{success,failure}_style` options - Handle variable bash `$SHLVL` behavior with explicit option - Preserve ViModeChangeHandler - Do not use cygpath for elvish - Add trailing space to `pipestatus_format` Signed-off-by: Evan Maddock --- packages/s/starship/abi_used_symbols | 1 + packages/s/starship/package.yml | 6 +++--- packages/s/starship/pspec_x86_64.xml | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/packages/s/starship/abi_used_symbols b/packages/s/starship/abi_used_symbols index 30b2392e2e7..be98d67c64e 100644 --- a/packages/s/starship/abi_used_symbols +++ b/packages/s/starship/abi_used_symbols @@ -6,6 +6,7 @@ libc.so.6:__stack_chk_fail libc.so.6:__xpg_strerror_r libc.so.6:_exit libc.so.6:abort +libc.so.6:aligned_alloc libc.so.6:bcmp libc.so.6:bind libc.so.6:calloc diff --git a/packages/s/starship/package.yml b/packages/s/starship/package.yml index fa83801db23..d8a0b5a4171 100644 --- a/packages/s/starship/package.yml +++ b/packages/s/starship/package.yml @@ -1,8 +1,8 @@ name : starship -version : 1.21.1 -release : 21 +version : 1.22.0 +release : 22 source : - - https://github.com/starship/starship/archive/refs/tags/v1.21.1.tar.gz : f543dfa3229441ca2a55b8a625ce4bad5756a896378b019f4d0f0e00cf34dcc8 + - https://github.com/starship/starship/archive/refs/tags/v1.22.0.tar.gz : 0dd167ea0e83f0cc32c27fda94c747ac3e1bbae1ab79ca21da92b30e112bac7c homepage : https://starship.rs/ license : ISC component : system.utils diff --git a/packages/s/starship/pspec_x86_64.xml b/packages/s/starship/pspec_x86_64.xml index 4bccea04279..1cb524bb3c3 100644 --- a/packages/s/starship/pspec_x86_64.xml +++ b/packages/s/starship/pspec_x86_64.xml @@ -32,9 +32,9 @@ Every little detail is customizable to your liking, to make this prompt as minim - - 2024-10-18 - 1.21.1 + + 2025-01-11 + 1.22.0 Packaging update Evan Maddock maddock.evan@vivaldi.net