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