From 2eca3628f2f1b65c5d17948d9769445510a18eda Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 21 Sep 2021 14:09:27 -0400 Subject: [PATCH] starship: update to 0.58.0 --- srcpkgs/starship/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index 6958a023b61bee..ea9b416552d987 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -1,6 +1,6 @@ # Template file for 'starship' pkgname=starship -version=0.57.0 +version=0.58.0 revision=1 build_style=cargo build_helper=qemu @@ -13,7 +13,7 @@ maintainer="cinerea0 " license="ISC" homepage="https://starship.rs" distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz" -checksum=fba20e4ea3c11cc06d50d7fb8422242f420085e109a46e37b4ed8cd51b514b81 +checksum=8bd4cfad4bcf9694633f228de0c7dc6cfab6bb6955e2a7299ed28dd8c4d6f5e4 post_build() { STARSHIP="target/${RUST_TARGET}/release/starship"