From 8dffe30ce5f5f85ee6a2cdf6570a7916d7b6263e Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Thu, 8 Sep 2022 20:49:12 -0400 Subject: [PATCH] starship: update to 1.10.3 --- srcpkgs/starship/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index 0a8e73cef9b1..ab62cd306577 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -1,6 +1,6 @@ # Template file for 'starship' pkgname=starship -version=1.10.1 +version=1.10.3 revision=1 build_style=cargo build_helper=qemu @@ -12,7 +12,7 @@ maintainer="cinerea0 " license="ISC" homepage="https://starship.rs" distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz" -checksum=0dcf3a087748c241207a8c86a8c7b6e4d5558916d22deb4348942797d58c3ed9 +checksum=39c5f8f88a8aa6d32575ddb26017572f2683fae129b9be5442acbae74019ea5e post_build() { STARSHIP="target/${RUST_TARGET}/release/starship"