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: 6044ed341ad8a538d560ae1925437e4af0a74a3d

Message: version update

Diff


diff --git a/.SRCINFO b/.SRCINFO
index c5e9cf8..dae61d2 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.56.0
+	pkgver = 0.57.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.56.0.tar.gz::https://github.com/starship/starship/releases/download/v0.56.0/starship-x86_64-unknown-linux-gnu.tar.gz
-	sha256sums = e9d4725634ff9992afe35f1d27aee95155b8f05131ba2a7ab097006f5f135daf
+	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
 	buster_depends = openssl
 	buster_depends = zlib1g
 	buster_depends = zlibc
diff --git a/PKGBUILD b/PKGBUILD
index cfb2f0c..56ebfe0 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.56.0'
+pkgver='0.57.0'
 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")
-sha256sums=("e9d4725634ff9992afe35f1d27aee95155b8f05131ba2a7ab097006f5f135daf")
+sha256sums=("0f00cd00be39bc101d5b6b082e7c3bfda9c1e7a5b3033c1f6551342b7fa1e07f")
 
 package() {
     install -Dm755 "starship" "$pkgdir/usr/bin/starship"