From 056d35c748ad9d07b1bc7941d9031127d2d4152e Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Tue, 13 Dec 2022 20:53:58 -0500 Subject: [PATCH] starship: update to 1.12.0 --- srcpkgs/starship/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index 638d36b4d00d..6e8e90c3bfe8 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -1,6 +1,6 @@ # Template file for 'starship' pkgname=starship -version=1.11.0 +version=1.12.0 revision=1 build_style=cargo build_helper=qemu @@ -13,7 +13,7 @@ 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=7b408ef8a2ab47d7a7d0e120889bf12c8f2a965796f8a027d8b2176287fdec6b +checksum=748a0541009b0bee5f51b716d072f244d8d5cb3fb8d768519ed305494ea11e02 post_build() { STARSHIP="target/${RUST_TARGET}/release/starship"