summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-12-09 11:21:26 -0600
committerchipbuster2019-12-09 11:21:26 -0600
commit9e9ba71ee5988d2782714063aeaf23377383ab1c (patch)
tree71067e94eb0c6afbfb2298a400c7891bcdd42134
parentf2430c7c49f5b17a274f9e650640ae3a49fd1f08 (diff)
downloadaur-9e9ba71ee5988d2782714063aeaf23377383ab1c.tar.gz
verbump 0.28.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 3f18b4843475..bec3ba054fea 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.27.0
+ pkgver = 0.28.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 = starship-bin-v0.27.0.tar.gz::https://github.com/starship/starship/releases/download/v0.27.0/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = ad890fd3cbc3f950cea8798aecaee5c9f6230dbf71930077bc6da7962886d63b
+ source = starship-bin-v0.28.0.tar.gz::https://github.com/starship/starship/releases/download/v0.28.0/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = a708d495536f1c4abf7906786df9cd2aa8f4336430567e552963b77ec629bbe3
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1243d868d519..21183d9ae4a8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.27.0'
+pkgver='0.28.0'
pkgrel='1'
arch=('x86_64')
url='https://starship.rs/'
@@ -15,7 +15,7 @@ checkdepends=()
provides=('starship')
conflicts=('starship')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/starship/starship/releases/download/v${pkgver}/starship-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('ad890fd3cbc3f950cea8798aecaee5c9f6230dbf71930077bc6da7962886d63b')
+sha256sums=('a708d495536f1c4abf7906786df9cd2aa8f4336430567e552963b77ec629bbe3')
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"