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: 59826b95ffc71a6bda65668483947f2ca9b0a434

Message: version update

Diff


diff --git a/.SRCINFO b/.SRCINFO
index 89c6d3d..d3dc987 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.11.0
+pkgver = 1.13.1
 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.11.0.tar.gz::https://github.com/starship/starship/releases/download/v1.11.0/starship-x86_64-unknown-linux-gnu.tar.gz
-sha512sums = 9da1e0da1c3f130187ed3f05f914020f6da0b5c7ada2e2442846ba701b2012ac3f4e8d677832188a072f7e79ae40713567dd8e08d352a528e10b4c2e984dd90a
+source = starship-bin-v1.13.1.tar.gz::https://github.com/starship/starship/releases/download/v1.13.1/starship-x86_64-unknown-linux-gnu.tar.gz
+sha512sums = c1a9b76d91082d0741a73b5e7c0d5efacaf2e673eb9430bc27d75190038e7423b4f4f768955c08082efad0a612effdddc5ee042d27cd0141d3f54f2fb88a28cd
 buster_depends = openssl
 buster_depends = zlib1g
 buster_depends = zlibc
diff --git a/PKGBUILD b/PKGBUILD
index 22a8d6a..534ba42 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.11.0'
+pkgver='1.13.1'
 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=("9da1e0da1c3f130187ed3f05f914020f6da0b5c7ada2e2442846ba701b2012ac3f4e8d677832188a072f7e79ae40713567dd8e08d352a528e10b4c2e984dd90a")
+sha512sums=("c1a9b76d91082d0741a73b5e7c0d5efacaf2e673eb9430bc27d75190038e7423b4f4f768955c08082efad0a612effdddc5ee042d27cd0141d3f54f2fb88a28cd")
 package() {
     install -Dm755 "starship" "$pkgdir/usr/bin/starship"
 }