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

Message: version update

Diff


diff --git a/.SRCINFO b/.SRCINFO
index d2a907d..bf76a4a 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.1
+pkgver = 1.10.3
 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.1.tar.gz::https://github.com/starship/starship/releases/download/v1.10.1/starship-x86_64-unknown-linux-gnu.tar.gz
-sha512sums = 2ff7b43c29808b40269d3446a3134057251339da91fcfcd339c102321c037d44b35d6daea6cba6970b09f3a4d1275ba0354eeb28a7ffd2c8e16d45f3cd39be25
+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
 buster_depends = openssl
 buster_depends = zlib1g
 buster_depends = zlibc
diff --git a/PKGBUILD b/PKGBUILD
index 65efd26..dcf1b93 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.1'
+pkgver='1.10.3'
 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=("2ff7b43c29808b40269d3446a3134057251339da91fcfcd339c102321c037d44b35d6daea6cba6970b09f3a4d1275ba0354eeb28a7ffd2c8e16d45f3cd39be25")
+sha512sums=("6ae18cc20dbbac151364f16b10687f3d78e02eef0841318fac7055b09d0f696305a6f5c27b803f544f9a84506d7f03940091237999abb265dc6e8b40d5096488")
 package() {
     install -Dm755 "starship" "$pkgdir/usr/bin/starship"
 }