makedeb
The cross-shell prompt for astronauts
Click here to go back to the commit logs for starship-bin.
Hash: d53c00d057979710c000b024ecce10269640c0c5
Message: version update
diff --git a/.SRCINFO b/.SRCINFO
index 87a6416..2346257 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.5.4
+ pkgver = 1.6.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.5.4.tar.gz::https://github.com/starship/starship/releases/download/v1.5.4/starship-x86_64-unknown-linux-gnu.tar.gz
- sha512sums = 9826e9226401d2092b8bc6a3a7f2cc7bb8f9f5b1eb3985a26d91fdd002c2bb2cacb54cb3f9b4302167afbf375bc6f4fa21ed23390e0c1e629ab5063a3a18e3f5
+ source = starship-bin-v1.6.2.tar.gz::https://github.com/starship/starship/releases/download/v1.6.2/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha512sums = 4c6898aee959c8cd33c05bdfe36e95991f9c26601c0f2f30fc1a36dec715a6e92ad6338da44b7af860c2dec9145f382709d47053bf94fb8537d91f926fa394fc
buster_depends = openssl
buster_depends = zlib1g
buster_depends = zlibc
diff --git a/PKGBUILD b/PKGBUILD
index f53f39d..6c10ab0 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.5.4'
+pkgver='1.6.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=("9826e9226401d2092b8bc6a3a7f2cc7bb8f9f5b1eb3985a26d91fdd002c2bb2cacb54cb3f9b4302167afbf375bc6f4fa21ed23390e0c1e629ab5063a3a18e3f5")
+sha512sums=("4c6898aee959c8cd33c05bdfe36e95991f9c26601c0f2f30fc1a36dec715a6e92ad6338da44b7af860c2dec9145f382709d47053bf94fb8537d91f926fa394fc")
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"
}