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