summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-10-25 15:59:01 -0500
committerchipbuster2019-10-25 15:59:01 -0500
commit17b8daffa917ef0903923975d612c3cb5f6e69a5 (patch)
tree24355861c1b8ddb902c67135800fda7fca9a9655
parent21a87d0929766dedd50345eb9c1d00d9ec39dcd7 (diff)
downloadaur-17b8daffa917ef0903923975d612c3cb5f6e69a5.tar.gz
verbump 0.25.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 98c9496f3ddb..bb2c80e8c285 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.25.0
+ pkgver = 0.25.1
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.25.0.tar.gz::https://github.com/starship/starship/releases/download/v0.25.0/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 49cd73665eaa565a491f3625796a6404ecc1b0dffef9e424e5d251db0793849d
+ source = starship-bin-v0.25.1.tar.gz::https://github.com/starship/starship/releases/download/v0.25.1/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 7eefa9cc7d43b3bfdb256a228332effc2d6fbdf70fdcbea43e0a5018e08122c6
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index 03a5b31e2d8e..42992933beea 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.25.0'
+pkgver='0.25.1'
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=('49cd73665eaa565a491f3625796a6404ecc1b0dffef9e424e5d251db0793849d')
+sha256sums=('7eefa9cc7d43b3bfdb256a228332effc2d6fbdf70fdcbea43e0a5018e08122c6')
PKGEXT='.pkg.tar.gz'
package() {