summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
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() {