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