makedeb
The cross-shell prompt for astronauts
Click here to go back to the commit logs for starship-bin.
Hash: 73d42f3192e4f1e71adadcd8d9f018d4a3b301ed
Message: version update
diff --git a/.SRCINFO b/.SRCINFO
index 9389bc2..54acb8b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,8 +2,8 @@ generated-by = makedeb
pkgname = starship-bin
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
-pkgrel = 2
-pkgver = 1.6.3
+pkgrel = 1
+pkgver = 1.7.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.6.3.tar.gz::https://github.com/starship/starship/releases/download/v1.6.3/starship-x86_64-unknown-linux-gnu.tar.gz
-sha512sums = aa30606060b1ce0116438b04635ee1c89ec57c70ba4cbb14f8b71cbab5a5d2e9df7fefbdac82a299cf73ebe1fad93929fef2a40df1138f4b89485653db99ce8c
+source = starship-bin-v1.7.1.tar.gz::https://github.com/starship/starship/releases/download/v1.7.1/starship-x86_64-unknown-linux-gnu.tar.gz
+sha512sums = 7399ee0f836da1b65cb65fb28fec61ee9d4057f76c9e7d29f454008de23bd22cd6b89da02f9f190dcfdacee4ddecc4a6078a13a3e93ad254beeb51b3eb7553d4
buster_depends = openssl
buster_depends = zlib1g
buster_depends = zlibc
diff --git a/PKGBUILD b/PKGBUILD
index 35fc598..a4ca88a 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: only_vip <onlyme_vip@protonmail.com>
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='1.6.3'
-pkgrel=2
+pkgver='1.7.1'
+pkgrel=1
arch=('amd64')
url="https://starship.rs/"
license=('ISC')
@@ -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=("aa30606060b1ce0116438b04635ee1c89ec57c70ba4cbb14f8b71cbab5a5d2e9df7fefbdac82a299cf73ebe1fad93929fef2a40df1138f4b89485653db99ce8c")
+sha512sums=("7399ee0f836da1b65cb65fb28fec61ee9d4057f76c9e7d29f454008de23bd22cd6b89da02f9f190dcfdacee4ddecc4a6078a13a3e93ad254beeb51b3eb7553d4")
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"
}