summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchipbuster2019-10-16 09:31:27 -0500
committerchipbuster2019-10-16 09:31:27 -0500
commitc3d9c122d8b84371775e84270642c3ac79995a17 (patch)
treed1c85d4615e59a17a9878449f655decf0c9abf3b /PKGBUILD
parent0be17d783b4d1ed9d74047fb66e8d7c42fd2e7ef (diff)
downloadaur-c3d9c122d8b84371775e84270642c3ac79995a17.tar.gz
verbump 0.25.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 24e223b7a2c0..432a255b9ba6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.23.0'
+pkgver='0.25.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=('32dcdd879c044badc5ed0ba6d1ec6667b6e44abb6d9e1032746c1aed3b26ce8f')
+sha256sums=('623d545318fc430f443665aff79921df9a2077c40e2f74b5870bb56772c9eebd')
PKGEXT='.pkg.tar.gz'
build() {