summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index acd9fe7a7d86..2166c04d3fe8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.20.2
+ pkgver = 0.21.0
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.20.2.tar.gz
- sha256sums = 7d69b44db4f8fb31f92c0f9766598496156c8ede8f44ee0681436129aefdfc3c
+ source = https://github.com/starship/starship/archive/v0.21.0.tar.gz
+ sha256sums = 01c6141d1fb922ddbe595a2141c267059a1b46acf1a22fdb77caa96c53930f40
pkgname = starship
diff --git a/PKGBUILD b/PKGBUILD
index 0324f3318602..f67846334a08 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.20.2'
+pkgver='0.21.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=('7d69b44db4f8fb31f92c0f9766598496156c8ede8f44ee0681436129aefdfc3c')
+sha256sums=('01c6141d1fb922ddbe595a2141c267059a1b46acf1a22fdb77caa96c53930f40')
PKGEXT='.pkg.tar.gz'
build() {