diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-08 15:18:26 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-08 19:03:15 -0300 |
commit | 855d09f609fb643d8b2d725c8867cf0a52ba429e (patch) | |
tree | d181493c261fd2867d5927aea82133a03709389a /testing/starship | |
parent | 1579b19c3991a19d3270e8b8ca29673b2b450e23 (diff) | |
download | aports-855d09f609fb643d8b2d725c8867cf0a52ba429e.tar.bz2 aports-855d09f609fb643d8b2d725c8867cf0a52ba429e.tar.xz |
testing/starship: upgrade to 0.20.1
Diffstat (limited to 'testing/starship')
-rw-r--r-- | testing/starship/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/starship/APKBUILD b/testing/starship/APKBUILD index 3bfb055511..222dd5f4ec 100644 --- a/testing/starship/APKBUILD +++ b/testing/starship/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=starship -pkgver=0.19.0 +pkgver=0.20.1 pkgrel=0 pkgdesc="Cross-shell prompt for astronauts" options="!check" # All tests hardcode $HOME @@ -21,4 +21,4 @@ build() { package() { install -Dm0755 target/release/starship "$pkgdir"/usr/bin/starship } -sha512sums="1b71e5ed82954d3c73fea9ca544b859e003b9b5f4fbdfdcbb0d3e6db8d3e0049270dedd2e64d8e82a53fbd59c999593e64e5e79238f561348a0a70bcfd2025c8 starship-0.19.0.tar.gz" +sha512sums="b452893df77b4b4190aa85c2cd97caa47ce78fbf5439018bfa9fcc9f15b7b4e6053162a41f2418805a12ad6ba9d6352327a2b1360e129bbde5c9b087c3d4345e starship-0.20.1.tar.gz" |