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: e22c7f44aec40f80d4bc5174146912894f34af5c

Message: version update

Diff


diff --git a/.SRCINFO b/.SRCINFO
index d4d6c95..511c1cc 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.58.0
+	pkgver = 1.0.0
 	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-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
+	source = starship-bin-v1.0.0.tar.gz::https://github.com/starship/starship/releases/download/v1.0.0/starship-x86_64-unknown-linux-gnu.tar.gz
+	sha512sums = 185edcd041d2d699f1e7725de51b1b7ea7041bc94bbbba2ea79f5d59a4660b07fd2cce0a2252441b564b963664bd988b71802dbd1d907642d8df4582f9797c23
 	buster_depends = openssl
 	buster_depends = zlib1g
 	buster_depends = zlibc
diff --git a/PKGBUILD b/PKGBUILD
index 767faf2..692a6bc 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.58.0'
+pkgver='1.0.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")
-sha512sums=("51ede6ac61dcd747b657c683b187cd496f6a82a1d779bd29763617450c4eba036282dac8a63c4ca0b1bb1cea1a018a3b96826f2e44a3117579f092f2bdef7b16")
+sha512sums=("185edcd041d2d699f1e7725de51b1b7ea7041bc94bbbba2ea79f5d59a4660b07fd2cce0a2252441b564b963664bd988b71802dbd1d907642d8df4582f9797c23")
 package() {
     install -Dm755 "starship" "$pkgdir/usr/bin/starship"
 }