summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-12-04 23:43:52 -0600
committerchipbuster2019-12-04 23:43:52 -0600
commitf2430c7c49f5b17a274f9e650640ae3a49fd1f08 (patch)
tree61259e3a3f6a1a2588156f9c7c7d4b7cb33b7ead
parent642d6cfa1fb7a24e3ad7ab9870d22a73f5dfad8a (diff)
downloadaur-f2430c7c49f5b17a274f9e650640ae3a49fd1f08.tar.gz
verbump 0.27.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c9d8195896cc..3f18b4843475 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.26.4
+ pkgver = 0.27.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.26.4.tar.gz::https://github.com/starship/starship/releases/download/v0.26.4/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 6e3d8aa10e11ff47dac04126594f4d151b26b7421119c64fbcebe531b87e1541
+ 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
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index ab52fa5f6de2..1243d868d519 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.26.4'
+pkgver='0.27.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=('6e3d8aa10e11ff47dac04126594f4d151b26b7421119c64fbcebe531b87e1541')
+sha256sums=('ad890fd3cbc3f950cea8798aecaee5c9f6230dbf71930077bc6da7962886d63b')
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"