From 4078ef353622482591519f07e19b123d14980ad1 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sat, 20 Aug 2022 00:45:32 -0400 Subject: [PATCH] starship: update to 1.10.2 --- srcpkgs/starship/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index 0a8e73cef9b1..297ff2de1a92 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.2 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=b3833c3b23906db778bd0d9a7d87ed232745739e47ce59bcfa8e92c7f0f930e9 post_build() { STARSHIP="target/${RUST_TARGET}/release/starship"