summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2019-10-16 09:30:53 -0500
committerchipbuster2019-10-16 09:30:53 -0500
commit21a87d0929766dedd50345eb9c1d00d9ec39dcd7 (patch)
treefc2065946908ff1c306879fb543be03795e0505f
parent7d6b35a7ddb50d02ddb1f3bf2173da7c2a4724a1 (diff)
downloadaur-21a87d0929766dedd50345eb9c1d00d9ec39dcd7.tar.gz
verbump 0.25.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD6
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 505f24c59e87..98c9496f3ddb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.23.0
+ pkgver = 0.25.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 = https://github.com/starship/starship/releases/download/v0.23.0/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 3264eaf053c0d66b966d06f8ac48181e820e39347e0b4865640906a1b9d59bb4
+ 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
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index 6cb2b98046ed..03a5b31e2d8e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.23.0'
+pkgver='0.25.0'
pkgrel='1'
arch=('x86_64')
url='https://starship.rs/'
@@ -14,8 +14,8 @@ makedepends=()
checkdepends=()
provides=('starship')
conflicts=('starship')
-source=("https://github.com/starship/starship/releases/download/v${pkgver}/starship-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('3264eaf053c0d66b966d06f8ac48181e820e39347e0b4865640906a1b9d59bb4')
+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')
PKGEXT='.pkg.tar.gz'
package() {