summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchipbuster2019-10-04 15:50:02 -0500
committerchipbuster2019-10-04 15:50:02 -0500
commit1d8b94d5cd2cc40c5f9922fd961cbc20d83f4118 (patch)
tree22487abaabe69e9148d6f5717fffdf11c9dd2be8 /PKGBUILD
parent95a332d2bf531ebd499858fffb579c3645469849 (diff)
downloadaur-1d8b94d5cd2cc40c5f9922fd961cbc20d83f4118.tar.gz
verbump 0.20.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index deb5503652e0..e52f2e2cc205 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.19.0'
+pkgver='0.20.1'
pkgrel='1'
arch=('x86_64')
url='https://starship.rs/'
@@ -15,7 +15,7 @@ checkdepends=('rust' 'git')
provides=(starship)
#install="$pkgname.install"
source=("https://github.com/starship/starship/archive/v${pkgver}.tar.gz")
-sha256sums=('552836c455925be7443bbd43e77093785f0b7db7cc2cff0907e7746c3d56dab2')
+sha256sums=('8c87921ece4b6048fa18ecf95e7887b6266473ab74a9527512dd32628d7951af')
PKGEXT='.pkg.tar.gz'
build() {