summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-10-07 11:03:24 -0500
committerchipbuster2019-10-07 11:03:24 -0500
commit6d56d467f3b27e735f89796ca9fe7ddf0d362bf3 (patch)
tree051b998a0be744447d4048816b090f6baa228732
parent15117731091db06c5e8a6e08f26c65f4eff43382 (diff)
downloadaur-6d56d467f3b27e735f89796ca9fe7ddf0d362bf3.tar.gz
Verbump 0.21.0
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index fe1a42bf4822..6245373fc561 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.20.2
- pkgrel = 2
+ pkgver = 0.21.0
+ pkgrel = 1
url = https://starship.rs/
arch = x86_64
license = ISC
@@ -11,8 +11,8 @@ pkgbase = starship-bin
optdepends = noto-fonts-emoji: emoji support for terminals
provides = starship
conflicts = starship
- source = https://github.com/starship/starship/releases/download/v0.20.2/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 0f4fafafde58e8664395f793581cd9cae56fe159278cb061e9a8afd032486e89
+ source = https://github.com/starship/starship/releases/download/v0.21.0/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 1179ca9435566395607f4a5f8e0e1364d26518089b6655877ac51a6b40ff22f9
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index 17c6f332a4c3..871f72b3a128 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.20.2'
-pkgrel='2'
+pkgver='0.21.0'
+pkgrel='1'
arch=('x86_64')
url='https://starship.rs/'
license=('ISC')
@@ -15,7 +15,7 @@ checkdepends=()
provides=('starship')
conflicts=('starship')
source=("https://github.com/starship/starship/releases/download/v${pkgver}/starship-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('0f4fafafde58e8664395f793581cd9cae56fe159278cb061e9a8afd032486e89')
+sha256sums=('1179ca9435566395607f4a5f8e0e1364d26518089b6655877ac51a6b40ff22f9')
PKGEXT='.pkg.tar.gz'
package() {