From 8a85222b5211738be47ec04658adfcdac0251f42 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Wed, 19 Oct 2022 15:39:21 -0400 Subject: [PATCH] starship: update to 1.11.0 --- srcpkgs/starship/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index ab62cd306577..638d36b4d00d 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -1,6 +1,6 @@ # Template file for 'starship' pkgname=starship -version=1.10.3 +version=1.11.0 revision=1 build_style=cargo build_helper=qemu @@ -11,8 +11,9 @@ short_desc="Minimal, fast and customizable cross-shell prompt" maintainer="cinerea0 " license="ISC" homepage="https://starship.rs" +changelog="https://raw.githubusercontent.com/starship/starship/master/CHANGELOG.md" distfiles="https://github.com/starship/starship/archive/refs/tags/v${version}.tar.gz" -checksum=39c5f8f88a8aa6d32575ddb26017572f2683fae129b9be5442acbae74019ea5e +checksum=7b408ef8a2ab47d7a7d0e120889bf12c8f2a965796f8a027d8b2176287fdec6b post_build() { STARSHIP="target/${RUST_TARGET}/release/starship"