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: 75ff802a124a5846412d32f75157f4a1875571d1

Message: version update

Diff


diff --git a/.SRCINFO b/.SRCINFO
index bf76a4a..89c6d3d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,7 @@ pkgname = starship-bin
 pkgbase = starship-bin
 pkgdesc = The cross-shell prompt for astronauts
 pkgrel = 1
-pkgver = 1.10.3
+pkgver = 1.11.0
 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.10.3.tar.gz::https://github.com/starship/starship/releases/download/v1.10.3/starship-x86_64-unknown-linux-gnu.tar.gz
-sha512sums = 6ae18cc20dbbac151364f16b10687f3d78e02eef0841318fac7055b09d0f696305a6f5c27b803f544f9a84506d7f03940091237999abb265dc6e8b40d5096488
+source = starship-bin-v1.11.0.tar.gz::https://github.com/starship/starship/releases/download/v1.11.0/starship-x86_64-unknown-linux-gnu.tar.gz
+sha512sums = 9da1e0da1c3f130187ed3f05f914020f6da0b5c7ada2e2442846ba701b2012ac3f4e8d677832188a072f7e79ae40713567dd8e08d352a528e10b4c2e984dd90a
 buster_depends = openssl
 buster_depends = zlib1g
 buster_depends = zlibc
diff --git a/PKGBUILD b/PKGBUILD
index dcf1b93..22a8d6a 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.10.3'
+pkgver='1.11.0'
 pkgrel=1
 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=("6ae18cc20dbbac151364f16b10687f3d78e02eef0841318fac7055b09d0f696305a6f5c27b803f544f9a84506d7f03940091237999abb265dc6e8b40d5096488")
+sha512sums=("9da1e0da1c3f130187ed3f05f914020f6da0b5c7ada2e2442846ba701b2012ac3f4e8d677832188a072f7e79ae40713567dd8e08d352a528e10b4c2e984dd90a")
 package() {
     install -Dm755 "starship" "$pkgdir/usr/bin/starship"
 }