summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-10-14 01:07:06 -0500
committerchipbuster2019-10-14 01:07:06 -0500
commit0be17d783b4d1ed9d74047fb66e8d7c42fd2e7ef (patch)
tree10b1e73441780281bc5a1014bde1be5ab762729f
parent129258c4f51c5077ffd89d0b03a8ed87c0429758 (diff)
downloadaur-0be17d783b4d1ed9d74047fb66e8d7c42fd2e7ef.tar.gz
verbump 0.23.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3aa8a8e69e82..44399f9c0fb0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.22.0
+ pkgver = 0.23.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.22.0.tar.gz
- sha256sums = ed60db278a8d7cf45a21814ea80afe8b83fa5f6cd79a10844c7296d9670a48a6
+ source = https://github.com/starship/starship/archive/v0.23.0.tar.gz
+ sha256sums = 32dcdd879c044badc5ed0ba6d1ec6667b6e44abb6d9e1032746c1aed3b26ce8f
pkgname = starship
diff --git a/PKGBUILD b/PKGBUILD
index 14846822bd34..24e223b7a2c0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.22.0'
+pkgver='0.23.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=('ed60db278a8d7cf45a21814ea80afe8b83fa5f6cd79a10844c7296d9670a48a6')
+sha256sums=('32dcdd879c044badc5ed0ba6d1ec6667b6e44abb6d9e1032746c1aed3b26ce8f')
PKGEXT='.pkg.tar.gz'
build() {