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