makedeb


starship-bin 1.13.1-1


The cross-shell prompt for astronauts

Click here to go back to the commit logs for starship-bin.

Commit:


Hash: 0b50d3c9e410168b095ba5a8df427ab014837704

Message: version update

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 874f364..87a6416 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
 
 pkgbase = starship-bin
 	pkgdesc = The cross-shell prompt for astronauts
-	pkgver = 1.4.2
+	pkgver = 1.5.4
 	pkgrel = 1
 	url = https://starship.rs/
 	arch = x86_64
@@ -13,8 +13,8 @@ pkgbase = starship-bin
 	optdepends = fonts-noto-color-emoji: emoji support for terminals
 	provides = starship
 	conflicts = starship
-	source = starship-bin-v1.4.2.tar.gz::https://github.com/starship/starship/releases/download/v1.4.2/starship-x86_64-unknown-linux-gnu.tar.gz
-	sha512sums = bbee7f4f939eabc6dad846daf32abc5e57dca8d077d04be788d34924c0d1afe1eb4921d0ddf0e749dd5a0dd96ec32a046c2bba11d924847c1d4451ba2c2567d5
+	source = starship-bin-v1.5.4.tar.gz::https://github.com/starship/starship/releases/download/v1.5.4/starship-x86_64-unknown-linux-gnu.tar.gz
+	sha512sums = 9826e9226401d2092b8bc6a3a7f2cc7bb8f9f5b1eb3985a26d91fdd002c2bb2cacb54cb3f9b4302167afbf375bc6f4fa21ed23390e0c1e629ab5063a3a18e3f5
 	buster_depends = openssl
 	buster_depends = zlib1g
 	buster_depends = zlibc
diff --git a/PKGBUILD b/PKGBUILD
index 8fa884f..f53f39d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
 # Maintainer: only_vip <onlyme_vip@protonmail.com>
 pkgname='starship-bin'
 pkgdesc='The cross-shell prompt for astronauts'
-pkgver='1.4.2'
+pkgver='1.5.4'
 pkgrel=1
 arch=('x86_64')
 url="https://starship.rs/"
@@ -16,7 +16,7 @@ provides=('starship')
 conflicts=('starship')
 # replaces=('starship')
 source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/starship/starship/releases/download/v${pkgver}/starship-x86_64-unknown-linux-gnu.tar.gz")
-sha512sums=("bbee7f4f939eabc6dad846daf32abc5e57dca8d077d04be788d34924c0d1afe1eb4921d0ddf0e749dd5a0dd96ec32a046c2bba11d924847c1d4451ba2c2567d5")
+sha512sums=("9826e9226401d2092b8bc6a3a7f2cc7bb8f9f5b1eb3985a26d91fdd002c2bb2cacb54cb3f9b4302167afbf375bc6f4fa21ed23390e0c1e629ab5063a3a18e3f5")
 package() {
     install -Dm755 "starship" "$pkgdir/usr/bin/starship"
 }