From 42ddb14928da2324d031eae32ab430a9c8fbc9b5 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 13 Jul 2021 20:48:32 -0400 Subject: [PATCH] starship: update to 0.56.0 --- srcpkgs/starship/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index c65f0e329d62..ff5c63a24732 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -1,6 +1,6 @@ # Template file for 'starship' pkgname=starship -version=0.55.0 +version=0.56.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=34d63db5d34d6150cd62a5fa1333ab8922b7381ffb15ca8e6e2d5b4f9b79c4d5 +checksum=ab038a2cc1ea0b6c6ebbf064f531f22448ee1ed8d04b5f25b327ead1ad22cca5 post_build() { STARSHIP="target/${RUST_TARGET}/release/starship"