diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-25 12:09:14 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-25 12:09:14 -0300 |
commit | ab36e7074a5621689557c29710c6d95753197b2a (patch) | |
tree | d3b38f3a3ad456907361802be9cd804a4f629625 /testing/starship | |
parent | 249c72bf607683148d953b566d7f478917072be1 (diff) | |
download | aports-ab36e7074a5621689557c29710c6d95753197b2a.tar.bz2 aports-ab36e7074a5621689557c29710c6d95753197b2a.tar.xz |
testing/starship: upgrade to 0.25.2
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 0198c05bcd..0ddc703ce5 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.25.1 +pkgver=0.25.2 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="0dc1920f5372da11769bc758000fd1a803a2905325ab91c0ceaac39241d152d754af894fdf154d98d924eb3b0113d90ce27ee014367e7e0f51c4dae131b48851 starship-0.25.1.tar.gz" +sha512sums="3666dac377030dd5a4034cf9843aced5cba7f4e146d1c83e311fd277191decb04cb79e5f270257a9d1c1f136bd49ff50de2b1e4ebeab2cda4a14a016b7d0663a starship-0.25.2.tar.gz" |