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

Message: version update

Diff


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