summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchipbuster2019-08-28 00:35:21 -0500
committerchipbuster2019-08-28 00:35:21 -0500
commit20dacc8628c592e9a26a33a317d14a5f312d3ec8 (patch)
tree7bd6d751310ba388a7e73af611fcaa05ebcdccdb /PKGBUILD
parentcf537f75b88ff3b5a0a02866efdc0705b0b0c597 (diff)
downloadaur-20dacc8628c592e9a26a33a317d14a5f312d3ec8.tar.gz
Version bump to 0.13.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 5394e2d31211..6f2fcbe572a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.13.0'
+pkgver='0.13.1'
pkgrel='1'
arch=('x86_64')
url='https://starship.rs/'
@@ -13,7 +13,7 @@ checkdepends=('rust')
provides=(starship)
#install="$pkgname.install"
source=("https://github.com/starship/starship/archive/v${pkgver}.tar.gz")
-sha256sums=('b1b63fbf7d4a1c380f84f0e0aca2f32a587686b333ae2c1a820436fc0488f54b')
+sha256sums=('990b0e418224900824179bc6c8fca89566696be79d68b8af191da107b7414f46')
PKGEXT='.pkg.tar.gz'
build() {