From 6d99132220acb4b7da999ca5a706fc5ff1d4e4ee Mon Sep 17 00:00:00 2001 From: tranzystorekk Date: Sat, 15 Mar 2025 10:52:08 +0100 Subject: [PATCH] starship: update to 1.22.1 --- srcpkgs/starship/template | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index dcf8eff348d..1685a8680dc 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -1,10 +1,9 @@ # Template file for 'starship' pkgname=starship -version=1.21.1 +version=1.22.1 revision=1 build_style=cargo build_helper=qemu -make_check_args="-- --skip modules::username::tests::show_always_false" # test fails in CI hostmakedepends="cmake pkg-config" depends="git" checkdepends="git fish-shell" @@ -14,7 +13,7 @@ license="ISC" homepage="https://starship.rs" changelog="https://raw.githubusercontent.com/starship/starship/master/CHANGELOG.md" distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz" -checksum=f543dfa3229441ca2a55b8a625ce4bad5756a896378b019f4d0f0e00cf34dcc8 +checksum=5434a3d1ca16987a1dd30146c36aaa4371dbe1c7f1a7995c0cf12ab3eb9326d7 make_check_pre="env HOME=${wrksrc}/fake-home" pre_check() {