From 7c2ecd83c7d10482e7162535565b28886d4143ff Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Wed, 9 Mar 2022 11:38:27 +0100 Subject: [PATCH] starship: update to 1.4.1 --- srcpkgs/starship/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index b53a729cc8dbb2..eb0d4fe6d39699 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -1,6 +1,6 @@ # Template file for 'starship' pkgname=starship -version=1.3.0 +version=1.4.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=3f29cb6e5cb7c673cbc1f8e91ceb4a0d1317d235b147db15e461ffec22be13a5 +checksum=3ba4e9935bfbb4c8b8fb18dcc73c0c9eda586a413b9d3f3378de4b095cb5f87a post_build() { STARSHIP="target/${RUST_TARGET}/release/starship"