From 97ff78832e99bf907a42f8d6a66061d2bbbffe63 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Mon, 27 Jun 2022 16:14:46 -0400 Subject: [PATCH] starship: update to 1.9.1 --- srcpkgs/starship/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index f4cffc0cfb8d..ec4691a96956 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -1,6 +1,6 @@ # Template file for 'starship' pkgname=starship -version=1.8.0 +version=1.9.1 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=398bf5b413ce5dfe4d3c5acceb0025f773478f28016609869821cf385448dcf5 +checksum=2b54bee07bf67504a1bb170d37dc8d6accab4594d35731bbdf0e8a631c8d1585 post_build() { STARSHIP="target/${RUST_TARGET}/release/starship"