summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchipbuster2019-08-16 19:55:46 -0500
committerchipbuster2019-08-16 19:55:46 -0500
commit409f087a674cf2e58f375dc90d81151871aabf3e (patch)
treedd734b7a03e2514ce07b293509e74e4ec1273f63 /PKGBUILD
parent315902c00883278b424c647897957182c8f1f4db (diff)
downloadaur-409f087a674cf2e58f375dc90d81151871aabf3e.tar.gz
Version bump to 0.10.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index f522bcb89ae8..e79ba72e745a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.8.0'
+pkgver='0.10.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=('fb3b5ed74f777481afc96459a6d2a6ceb1aa4b1f8edc39efe0f1f83bb3fc3a5f')
+sha256sums=('ef09ad28ef73619b7d86bc6c5713a2e423c1fa4d6403c2983e8692e6b4fc2a98')
PKGEXT='.pkg.tar.gz'
build() {