summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8106e11dff51..f8a5cdaeb3f4 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.29.0
+ pkgver = 0.30.1
pkgrel = 1
url = https://starship.rs/
arch = x86_64
@@ -11,8 +11,8 @@ pkgbase = starship-bin
optdepends = noto-fonts-emoji: emoji support for terminals
provides = starship
conflicts = starship
- source = starship-bin-v0.29.0.tar.gz::https://github.com/starship/starship/releases/download/v0.29.0/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = d57316c3699c41913411c643b6b9b8ba7f53989dcd68606535b347a03b78bb7b
+ source = starship-bin-v0.30.1.tar.gz::https://github.com/starship/starship/releases/download/v0.30.1/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 1191f8d40749404d3588743cc38fd880fb0c6b5edfbe9017223dd4827189256a
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1b3f0f02bd5b..cc3495bd8798 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.29.0'
+pkgver='0.30.1'
pkgrel='1'
arch=('x86_64')
url='https://starship.rs/'
@@ -15,7 +15,7 @@ checkdepends=()
provides=('starship')
conflicts=('starship')
source=("${pkgname}-v${pkgver}.tar.gz::https://github.com/starship/starship/releases/download/v${pkgver}/starship-x86_64-unknown-linux-gnu.tar.gz")
-sha256sums=('d57316c3699c41913411c643b6b9b8ba7f53989dcd68606535b347a03b78bb7b')
+sha256sums=('1191f8d40749404d3588743cc38fd880fb0c6b5edfbe9017223dd4827189256a')
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"