summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-09-07 23:41:06 -0500
committerchipbuster2019-09-07 23:41:06 -0500
commit8bff6aee64d1193900c721fdc8ad26d1460c0681 (patch)
tree8589634ea2848f0f293bd1dd8430fb265dc9236a
parent762a73af63ebb989e881e92d3c95a88da6ff5b96 (diff)
downloadaur-8bff6aee64d1193900c721fdc8ad26d1460c0681.tar.gz
verbump 0.16.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7ad396d29669..398dd59415e6 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.15.0
+ pkgver = 0.16.0
pkgrel = 1
url = https://starship.rs/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = starship-bin
depends = zlib
provides = starship
conflicts = starship
- source = https://github.com/starship/starship/releases/download/v0.15.0/starship-v0.15.0-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = f41b2b774b5ee71588ff181ee34a24a50bac5f4d164643be2405ebc45d42b7af
+ source = https://github.com/starship/starship/releases/download/v0.16.0/starship-v0.16.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = e2ad92f1a2c4dd84ffe755090961dfba1f9236607aeb50d4371e361d8368a75e
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index 00ca6c4cd6b4..227f37e8445f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.15.0'
+pkgver='0.16.0'
pkgrel='1'
arch=('x86_64')
url='https://starship.rs/'
@@ -13,7 +13,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=('f41b2b774b5ee71588ff181ee34a24a50bac5f4d164643be2405ebc45d42b7af')
+sha256sums=('e2ad92f1a2c4dd84ffe755090961dfba1f9236607aeb50d4371e361d8368a75e')
PKGEXT='.pkg.tar.gz'
package() {