diff options
author | Leo <thinkabit.ukim@gmail.com> | 2019-10-15 00:33:03 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2019-10-15 02:29:02 -0300 |
commit | 99ed41b0dbe122507fd9b6c2520df1f68972dfb5 (patch) | |
tree | 6a0a4bc08c84cae270ccde234d049c80975bfbc8 | |
parent | baa0f2261080a6f5d81869967fccbd4d6f2c2c49 (diff) | |
download | aports-99ed41b0dbe122507fd9b6c2520df1f68972dfb5.tar.bz2 aports-99ed41b0dbe122507fd9b6c2520df1f68972dfb5.tar.xz |
testing/starship: upgrade to 0.24.0
-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 8efa90af82..912e5fd81c 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.23.0 +pkgver=0.24.0 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="b2d4c8f01e55767d185e08e8cca6ef3f2c80fc7464f8550880eb6aea62df9fb89a9162a5b7e7eb37bd2bb156256974a05c86535816601b4c48c5a6775e0f0b3c starship-0.23.0.tar.gz" +sha512sums="c607cb1b38dbdeac8a1260a949897c1473755a4ff3bb8c0c3872c8566738f7a093b978072090e133f9e7e24fe8800633030834fd9c35178d1254743e3ce156c3 starship-0.24.0.tar.gz" |