summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchipbuster2019-10-09 16:34:48 -0500
committerchipbuster2019-10-09 16:34:48 -0500
commit129258c4f51c5077ffd89d0b03a8ed87c0429758 (patch)
treed41058de3583e58f41edb0aae3aa26e3356101ec /PKGBUILD
parenta3ada150fa32d3b17517e171901fe25e305e3237 (diff)
downloadaur-129258c4f51c5077ffd89d0b03a8ed87c0429758.tar.gz
verbump 0.22.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f67846334a08..14846822bd34 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.21.0'
+pkgver='0.22.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=('01c6141d1fb922ddbe595a2141c267059a1b46acf1a22fdb77caa96c53930f40')
+sha256sums=('ed60db278a8d7cf45a21814ea80afe8b83fa5f6cd79a10844c7296d9670a48a6')
PKGEXT='.pkg.tar.gz'
build() {