summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-08-19 11:32:11 -0500
committerchipbuster2019-08-19 11:32:11 -0500
commit5c8d852a1239b242a11dd53b8698f80f47ff6fe3 (patch)
tree493a21128e8554afabc3c616e37b7396b62ca54e
parent409f087a674cf2e58f375dc90d81151871aabf3e (diff)
downloadaur-5c8d852a1239b242a11dd53b8698f80f47ff6fe3.tar.gz
Version bump v0.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5ae876dfda60..ce62c8838849 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.10.1
+ pkgver = 0.11.0
pkgrel = 1
url = https://starship.rs/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = starship
depends = openssl
depends = zlib
provides = starship
- source = https://github.com/starship/starship/archive/v0.10.1.tar.gz
- sha256sums = ef09ad28ef73619b7d86bc6c5713a2e423c1fa4d6403c2983e8692e6b4fc2a98
+ source = https://github.com/starship/starship/archive/v0.11.0.tar.gz
+ sha256sums = a99a9f1116ae222e04e93c6d64fc047af5579e25be6284a58348912336116009
pkgname = starship
diff --git a/PKGBUILD b/PKGBUILD
index e79ba72e745a..ac925c2f9dc8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.10.1'
+pkgver='0.11.0'
pkgrel='1'
arch=('x86_64')
url='https://starship.rs/'
@@ -13,7 +13,7 @@ checkdepends=('rust')
provides=(starship)
#install="$pkgname.install"
source=("https://github.com/starship/starship/archive/v${pkgver}.tar.gz")
-sha256sums=('ef09ad28ef73619b7d86bc6c5713a2e423c1fa4d6403c2983e8692e6b4fc2a98')
+sha256sums=('a99a9f1116ae222e04e93c6d64fc047af5579e25be6284a58348912336116009')
PKGEXT='.pkg.tar.gz'
build() {