summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-12-20 17:38:32 -0600
committerchipbuster2019-12-20 17:38:32 -0600
commit38882035b5641268a523b0b0bd2faa37a92a9a47 (patch)
treee58b3658e5cd1b782646110a3702a84b9a72a8d6
parent3e596de80e3547b1c67e6189d9bcf058ba657564 (diff)
downloadaur-38882035b5641268a523b0b0bd2faa37a92a9a47.tar.gz
verbump 0.32.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c103179abe93..eed896814adc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.30.1
+ pkgver = 0.32.1
pkgrel = 1
url = https://starship.rs/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = starship
optdepends = powerline-fonts: powerline symbols for terminals
optdepends = noto-fonts-emoji: emoji support for terminals
provides = starship
- source = https://github.com/starship/starship/archive/v0.30.1.tar.gz
- sha256sums = 2ac83f3dabb3d0a024fbd5b80caea2d5e6075d7f8628375db383fe7e6186ca9e
+ source = https://github.com/starship/starship/archive/v0.32.1.tar.gz
+ sha256sums = f5c16becf2fbfb0a9a6d47ded655db2be2d8cb0b5e5f7899b8e23c5e2d356810
pkgname = starship
diff --git a/PKGBUILD b/PKGBUILD
index c5ed678d26ee..f9780ee47362 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.30.1'
+pkgver='0.32.1'
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=('2ac83f3dabb3d0a024fbd5b80caea2d5e6075d7f8628375db383fe7e6186ca9e')
+sha256sums=('f5c16becf2fbfb0a9a6d47ded655db2be2d8cb0b5e5f7899b8e23c5e2d356810')
build() {
cd "$pkgname-$pkgver"