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: 8c9bd9e00836f58c12cab1b345dac4d77af30bc6

Message: version update

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 02900ff..f42b222 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = starship-bin
 pkgbase = starship-bin
 pkgdesc = The cross-shell prompt for astronauts
 pkgrel = 1
-pkgver = 1.8.0
+pkgver = 1.9.1
 url = https://starship.rs/
 arch = amd64
 conflicts = starship
@@ -13,8 +13,8 @@ license = ISC
 optdepends = fonts-powerline: powerline symbols for terminals
 optdepends = fonts-noto-color-emoji: emoji support for terminals
 provides = starship
-source = starship-bin-v1.8.0.tar.gz::https://github.com/starship/starship/releases/download/v1.8.0/starship-x86_64-unknown-linux-gnu.tar.gz
-sha512sums = c17a369ef5648430bbe5272177e65dfe91772745a9f1696e76d1c5f9022fed532119651c38d4e664d0ebd0a4bf9e010b63b5314a6487f1dc705322daae17867d
+source = starship-bin-v1.9.1.tar.gz::https://github.com/starship/starship/releases/download/v1.9.1/starship-x86_64-unknown-linux-gnu.tar.gz
+sha512sums = 7985da32c9f040c3177741989ae119b182edeb0c35298954f9af9e0a64301a4a51bc6630d5e94b4aa7e92552fa31de6c61e801c87b82a8ffb193e2bd63e219fc
 buster_depends = openssl
 buster_depends = zlib1g
 buster_depends = zlibc
diff --git a/PKGBUILD b/PKGBUILD
index 8a352a8..2503cfc 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.8.0'
+pkgver='1.9.1'
 pkgrel=1
 arch=('amd64')
 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=("c17a369ef5648430bbe5272177e65dfe91772745a9f1696e76d1c5f9022fed532119651c38d4e664d0ebd0a4bf9e010b63b5314a6487f1dc705322daae17867d")
+sha512sums=("7985da32c9f040c3177741989ae119b182edeb0c35298954f9af9e0a64301a4a51bc6630d5e94b4aa7e92552fa31de6c61e801c87b82a8ffb193e2bd63e219fc")
 package() {
     install -Dm755 "starship" "$pkgdir/usr/bin/starship"
 }