summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-09-05 22:29:28 -0500
committerchipbuster2019-09-05 22:29:28 -0500
commit762a73af63ebb989e881e92d3c95a88da6ff5b96 (patch)
tree9812413e26c60d8701fe72ab50d48f998f16d2d4
parenta473f9dd5d3f17c1c391e861d6de2da67f5000c7 (diff)
downloadaur-762a73af63ebb989e881e92d3c95a88da6ff5b96.tar.gz
verbump 0.15.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b7391ea7e6f..7ad396d29669 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.14.1
+ pkgver = 0.15.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.14.1/starship-v0.14.1-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 8b722e062ecc87b12dfaa8d9a81e180072101d9036574a2a165d9da4e47d5362
+ source = https://github.com/starship/starship/releases/download/v0.15.0/starship-v0.15.0-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = f41b2b774b5ee71588ff181ee34a24a50bac5f4d164643be2405ebc45d42b7af
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index 13cf062aa791..00ca6c4cd6b4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.14.1'
+pkgver='0.15.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=('8b722e062ecc87b12dfaa8d9a81e180072101d9036574a2a165d9da4e47d5362')
+sha256sums=('f41b2b774b5ee71588ff181ee34a24a50bac5f4d164643be2405ebc45d42b7af')
PKGEXT='.pkg.tar.gz'
package() {