summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-09-28 19:30:05 -0500
committerchipbuster2019-09-28 19:30:05 -0500
commit6aeeac64dadfc45fe1c3b0671e796ccbc2a482c9 (patch)
tree035b64b50da1e5589cfc9e5ac52d6acbf2077d15
parent8d740650a02564c2fe603ed2c9213ffc77a657ff (diff)
downloadaur-6aeeac64dadfc45fe1c3b0671e796ccbc2a482c9.tar.gz
verbump 0.19.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7429dd9396cb..e75bf0aef79e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.18.0
+ pkgver = 0.19.0
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 = https://github.com/starship/starship/releases/download/v0.18.0/starship-v0.18.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 39d13435072443506ef180ab74fef001e4ffd4fe04f1842f3bdfffc54995f93a
+ source = https://github.com/starship/starship/releases/download/v0.19.0/starship-v0.19.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = bf11ac014f42e94225d2a8f128315d7218c5e2d9ca9970f265617468edaf6bca
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index fffe3177ca9a..52ff43449937 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.18.0'
+pkgver='0.19.0'
pkgrel='1'
arch=('x86_64')
url='https://starship.rs/'
@@ -15,7 +15,7 @@ checkdepends=()
provides=('starship')
conflicts=('starship')
source=("https://github.com/starship/starship/releases/download/v${pkgver}/starship-v${pkgver}-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('39d13435072443506ef180ab74fef001e4ffd4fe04f1842f3bdfffc54995f93a')
+sha256sums=('bf11ac014f42e94225d2a8f128315d7218c5e2d9ca9970f265617468edaf6bca')
PKGEXT='.pkg.tar.gz'
package() {