summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchipbuster2020-01-08 20:24:56 -0600
committerchipbuster2020-01-08 20:24:56 -0600
commit5d2b9710b20f8b1ae971eaf83d3cfb1492956497 (patch)
treefd1a041f38350c93b540ba781130b717ee0c6717 /PKGBUILD
parent4828883b0f1ef26f0abd9c237f4f9b781d66c760 (diff)
downloadaur-5d2b9710b20f8b1ae971eaf83d3cfb1492956497.tar.gz
verbump 0.33.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0b7072af895f..4f61c1d84238 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.32.2'
+pkgver='0.33.0'
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=('ca8cbb2a34f38bf80839d3e9e26efc3c5009bc43aca040a03d0006a7c6f0845e')
+sha256sums=('edcd9ab6fb26506cc2745a8e74916cc77964482125e61b166a6cc61c93126231')
build() {
cd "$pkgname-$pkgver"