summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-09-20 13:58:48 -0500
committerchipbuster2019-09-20 13:58:48 -0500
commit8d740650a02564c2fe603ed2c9213ffc77a657ff (patch)
tree42930fbf0ec665d45f1b051478eee58e79477800
parentb670a26d77010c3986c87a318c58b1a70d3b6429 (diff)
downloadaur-8d740650a02564c2fe603ed2c9213ffc77a657ff.tar.gz
verbump 0.18.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7cad533eb76d..7429dd9396cb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.17.0
+ pkgver = 0.18.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.17.0/starship-v0.17.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 9182d3256fba05084e268d59465f488e3732adf1d2c3d5638b43805dee280297
+ source = https://github.com/starship/starship/releases/download/v0.18.0/starship-v0.18.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 39d13435072443506ef180ab74fef001e4ffd4fe04f1842f3bdfffc54995f93a
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index 4196e17bbe58..fffe3177ca9a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.17.0'
+pkgver='0.18.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=('9182d3256fba05084e268d59465f488e3732adf1d2c3d5638b43805dee280297')
+sha256sums=('39d13435072443506ef180ab74fef001e4ffd4fe04f1842f3bdfffc54995f93a')
PKGEXT='.pkg.tar.gz'
package() {