summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchipbuster2020-05-21 12:23:06 -0500
committerchipbuster2020-05-21 12:23:06 -0500
commite8334be043f4e17d13a31aa98fcd6643185b2bc5 (patch)
treebbb724a4c2c7df7727207ae288d9e449d724fa68 /PKGBUILD
parent77f50ea560a387463ea3633e8e85072c39835550 (diff)
downloadaur-e8334be043f4e17d13a31aa98fcd6643185b2bc5.tar.gz
verbump 0.41.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8d3a14ad46a9..e52af3ae9104 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.41.0'
+pkgver='0.41.3'
pkgrel='1'
arch=('x86_64')
url='https://starship.rs/'
@@ -15,7 +15,7 @@ checkdepends=('rust' 'git')
provides=(starship)
#install="$pkgname.install"
source=("$pkgname-$pkgver.tar.gz::https://github.com/starship/starship/archive/v${pkgver}.tar.gz")
-sha256sums=('420a09f77a6355bb0f272cd45be57d89265357b4e98b88e212aba7720d270fe7')
+sha256sums=('ce2c86e3f3a7d8cd2e1a204e7ef491473fdd93c41bb43a4718fdd66039f7bc99')
build() {
cd "$pkgname-$pkgver"