makedeb
The cross-shell prompt for astronauts
Click here to go back to the commit logs for starship-bin.
Hash: 70f6b9a9067cc187167b04a179f235854c8890ec
Message: version update
diff --git a/.SRCINFO b/.SRCINFO
index 54acb8b..02900ff 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.7.1
+pkgver = 1.8.0
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.7.1.tar.gz::https://github.com/starship/starship/releases/download/v1.7.1/starship-x86_64-unknown-linux-gnu.tar.gz
-sha512sums = 7399ee0f836da1b65cb65fb28fec61ee9d4057f76c9e7d29f454008de23bd22cd6b89da02f9f190dcfdacee4ddecc4a6078a13a3e93ad254beeb51b3eb7553d4
+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
buster_depends = openssl
buster_depends = zlib1g
buster_depends = zlibc
diff --git a/PKGBUILD b/PKGBUILD
index a4ca88a..8a352a8 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.7.1'
+pkgver='1.8.0'
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=("7399ee0f836da1b65cb65fb28fec61ee9d4057f76c9e7d29f454008de23bd22cd6b89da02f9f190dcfdacee4ddecc4a6078a13a3e93ad254beeb51b3eb7553d4")
+sha512sums=("c17a369ef5648430bbe5272177e65dfe91772745a9f1696e76d1c5f9022fed532119651c38d4e664d0ebd0a4bf9e010b63b5314a6487f1dc705322daae17867d")
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"
}