From 8ceb2df5b684d8607929139303c7ea06939431d2 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Fri, 14 Jan 2022 12:01:01 -0500 Subject: [PATCH] starship: update to 1.2.0 --- srcpkgs/starship/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index ea9b416552d9..60d2b0eed985 100644 --- a/srcpkgs/starship/template +++ b/srcpkgs/starship/template @@ -1,6 +1,6 @@ # Template file for 'starship' pkgname=starship -version=0.58.0 +version=1.2.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=8bd4cfad4bcf9694633f228de0c7dc6cfab6bb6955e2a7299ed28dd8c4d6f5e4 +checksum=4b10562954e42e8e75b1a82fbe9484b8126735e610d8aec3366c7a98651e5898 post_build() { STARSHIP="target/${RUST_TARGET}/release/starship"