makedeb
The cross-shell prompt for astronauts
Click here to go back to the commit logs for starship-bin.
Hash: d4254e14f9b85df665e4a1eeb99628c0b2fd5fb3
Message: version update
diff --git a/.SRCINFO b/.SRCINFO
index 511c1cc..a06a2f0 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.0.0
+ pkgver = 1.1.1
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.0.0.tar.gz::https://github.com/starship/starship/releases/download/v1.0.0/starship-x86_64-unknown-linux-gnu.tar.gz
- sha512sums = 185edcd041d2d699f1e7725de51b1b7ea7041bc94bbbba2ea79f5d59a4660b07fd2cce0a2252441b564b963664bd988b71802dbd1d907642d8df4582f9797c23
+ source = starship-bin-v1.1.1.tar.gz::https://github.com/starship/starship/releases/download/v1.1.1/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha512sums = a83ef796924ac6b80051f848cacee13a9443c855ab695132740131b3d1042b41d2bce61ed5caa42a6162475ea950690ba82afc711cd953f2c7e1cf8c945ea1a2
buster_depends = openssl
buster_depends = zlib1g
buster_depends = zlibc
diff --git a/PKGBUILD b/PKGBUILD
index 692a6bc..572031b 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.0.0'
+pkgver='1.1.1'
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=("185edcd041d2d699f1e7725de51b1b7ea7041bc94bbbba2ea79f5d59a4660b07fd2cce0a2252441b564b963664bd988b71802dbd1d907642d8df4582f9797c23")
+sha512sums=("a83ef796924ac6b80051f848cacee13a9443c855ab695132740131b3d1042b41d2bce61ed5caa42a6162475ea950690ba82afc711cd953f2c7e1cf8c945ea1a2")
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"
}