makedeb


starship-bin 1.13.1-1


The cross-shell prompt for astronauts

Click here to go back to the commit logs for starship-bin.

Commit:


Hash: b42ab1356f8f2a36efecfb70be35364439ac5028

Message: version update

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 005e502..9389bc2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = starship-bin
 pkgbase = starship-bin
 pkgdesc = The cross-shell prompt for astronauts
 pkgrel = 2
-pkgver = 1.6.2
+pkgver = 1.6.3
 url = https://starship.rs/
 arch = amd64
 conflicts = starship
@@ -13,8 +13,8 @@ license = ISC
 optdepends = fonts-powerline: powerline symbols for terminals
 optdepends = fonts-noto-color-emoji: emoji support for terminals
 provides = starship
-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
+source = starship-bin-v1.6.3.tar.gz::https://github.com/starship/starship/releases/download/v1.6.3/starship-x86_64-unknown-linux-gnu.tar.gz
+sha512sums = aa30606060b1ce0116438b04635ee1c89ec57c70ba4cbb14f8b71cbab5a5d2e9df7fefbdac82a299cf73ebe1fad93929fef2a40df1138f4b89485653db99ce8c
 buster_depends = openssl
 buster_depends = zlib1g
 buster_depends = zlibc
diff --git a/PKGBUILD b/PKGBUILD
index e518166..35fc598 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.6.2'
+pkgver='1.6.3'
 pkgrel=2
 arch=('amd64')
 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=("4c6898aee959c8cd33c05bdfe36e95991f9c26601c0f2f30fc1a36dec715a6e92ad6338da44b7af860c2dec9145f382709d47053bf94fb8537d91f926fa394fc")
+sha512sums=("aa30606060b1ce0116438b04635ee1c89ec57c70ba4cbb14f8b71cbab5a5d2e9df7fefbdac82a299cf73ebe1fad93929fef2a40df1138f4b89485653db99ce8c")
 package() {
     install -Dm755 "starship" "$pkgdir/usr/bin/starship"
 }