summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-12-20 17:39:05 -0600
committerchipbuster2019-12-20 17:39:05 -0600
commitfc57b738fdcec7a447c4ff6af1e4a910291a87cd (patch)
tree083188d4419795b43cfef0846e2d264420761a79
parent82f3ae35082ae6c9fee4004040151e8be0b42069 (diff)
downloadaur-fc57b738fdcec7a447c4ff6af1e4a910291a87cd.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 f8a5cdaeb3f4..b91facf3b3e4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.30.1
+ pkgver = 0.32.1
pkgrel = 1
url = https://starship.rs/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = starship-bin
optdepends = noto-fonts-emoji: emoji support for terminals
provides = starship
conflicts = starship
- source = starship-bin-v0.30.1.tar.gz::https://github.com/starship/starship/releases/download/v0.30.1/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 1191f8d40749404d3588743cc38fd880fb0c6b5edfbe9017223dd4827189256a
+ source = starship-bin-v0.32.1.tar.gz::https://github.com/starship/starship/releases/download/v0.32.1/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 668a1992509e35e895e1f5ab00e0e4ac3fc6719205816a19ad6be562c079d1c2
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index cc3495bd8798..581e0f718de5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
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=()
provides=('starship')
conflicts=('starship')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/starship/starship/releases/download/v${pkgver}/starship-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('1191f8d40749404d3588743cc38fd880fb0c6b5edfbe9017223dd4827189256a')
+sha256sums=('668a1992509e35e895e1f5ab00e0e4ac3fc6719205816a19ad6be562c079d1c2')
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"