From 3ddc9d51edead74590325d83252ed099e4bfb238 Mon Sep 17 00:00:00 2001 From: cinerea0 Date: Sat, 15 Jan 2022 12:39:21 -0500 Subject: [PATCH] starship: update to 1.2.1 --- srcpkgs/starship/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/starship/template b/srcpkgs/starship/template index ea9b416552d9..cca62c47a8e5 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.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=8bd4cfad4bcf9694633f228de0c7dc6cfab6bb6955e2a7299ed28dd8c4d6f5e4 +checksum=22ad1622fd30297cc0ba2de67316e7df07c44cabe716bcbda3a5cb0d12375c98 post_build() { STARSHIP="target/${RUST_TARGET}/release/starship"