summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-12-09 11:21:09 -0600
committerchipbuster2019-12-09 11:21:09 -0600
commit3e11a4fc17f5678bce884ad9349e7b7a7a50d6ee (patch)
tree8fa8725b8fef9f7122f1a144307c5d023cc7d362
parentce0e06fe4e5b87b7e8a9cc636ea4a52a32656f79 (diff)
downloadaur-3e11a4fc17f5678bce884ad9349e7b7a7a50d6ee.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 d6cfe372ea33..174fba1a20f1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.27.0
+ pkgver = 0.28.0
pkgrel = 1
url = https://starship.rs/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = starship
optdepends = powerline-fonts: powerline symbols for terminals
optdepends = noto-fonts-emoji: emoji support for terminals
provides = starship
- source = https://github.com/starship/starship/archive/v0.27.0.tar.gz
- sha256sums = af1c4dd9b211a6271709c2cd2bbc81745d63907981474ff59084864dfd2bcf3a
+ source = https://github.com/starship/starship/archive/v0.28.0.tar.gz
+ sha256sums = b3279f9b6abbd1ec98c8ef480ab1a11056f7f06a3f75deeb215c82185f4c33e2
pkgname = starship
diff --git a/PKGBUILD b/PKGBUILD
index 7e62d3ea61b2..b3f600363f27 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship'
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=('rust' 'git')
provides=(starship)
#install="$pkgname.install"
source=("https://github.com/starship/starship/archive/v${pkgver}.tar.gz")
-sha256sums=('af1c4dd9b211a6271709c2cd2bbc81745d63907981474ff59084864dfd2bcf3a')
+sha256sums=('b3279f9b6abbd1ec98c8ef480ab1a11056f7f06a3f75deeb215c82185f4c33e2')
PKGEXT='.pkg.tar.gz'
build() {