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: 1f95fabd53f672fd2ebba148c0da0c912b06d0a6

Message: version update

Diff


diff --git a/.SRCINFO b/.SRCINFO
index dae61d2..d0d3bd8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -2,7 +2,7 @@ generated-by = makedeb-makepkg
 
 pkgbase = starship-bin
 	pkgdesc = The cross-shell prompt for astronauts
-	pkgver = 0.57.0
+	pkgver = 0.58.0
 	pkgrel = 1
 	url = https://starship.rs/
 	arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = starship-bin
 	provides = starship
 	conflicts = starship
 	replaces = starship
-	source = starship-bin-v0.57.0.tar.gz::https://github.com/starship/starship/releases/download/v0.57.0/starship-x86_64-unknown-linux-gnu.tar.gz
-	sha256sums = 0f00cd00be39bc101d5b6b082e7c3bfda9c1e7a5b3033c1f6551342b7fa1e07f
+	source = starship-bin-v0.58.0.tar.gz::https://github.com/starship/starship/releases/download/v0.58.0/starship-x86_64-unknown-linux-gnu.tar.gz
+	sha512sums = 51ede6ac61dcd747b657c683b187cd496f6a82a1d779bd29763617450c4eba036282dac8a63c4ca0b1bb1cea1a018a3b96826f2e44a3117579f092f2bdef7b16
 	buster_depends = openssl
 	buster_depends = zlib1g
 	buster_depends = zlibc
diff --git a/PKGBUILD b/PKGBUILD
index 56ebfe0..74ed3dc 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='0.57.0'
+pkgver='0.58.0'
 pkgrel=1
 arch=('x86_64')
 url="https://starship.rs/"
@@ -16,8 +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")
-sha256sums=("0f00cd00be39bc101d5b6b082e7c3bfda9c1e7a5b3033c1f6551342b7fa1e07f")
-
+sha512sums=("51ede6ac61dcd747b657c683b187cd496f6a82a1d779bd29763617450c4eba036282dac8a63c4ca0b1bb1cea1a018a3b96826f2e44a3117579f092f2bdef7b16")
 package() {
     install -Dm755 "starship" "$pkgdir/usr/bin/starship"
 }