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 76ac09ef59ab..c103179abe93 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.29.0
+ pkgver = 0.30.1
pkgrel = 1
url = https://starship.rs/
arch = x86_64
@@ -14,8 +14,8 @@ pkgbase = starship
optdepends = powerline-fonts: powerline symbols for terminals
optdepends = noto-fonts-emoji: emoji support for terminals
provides = starship
- source = https://github.com/starship/starship/archive/v0.29.0.tar.gz
- sha256sums = bfaf3c880272842652402807196e5703b9687a395e41b78f92f8708f3d5fbd7e
+ source = https://github.com/starship/starship/archive/v0.30.1.tar.gz
+ sha256sums = 2ac83f3dabb3d0a024fbd5b80caea2d5e6075d7f8628375db383fe7e6186ca9e
pkgname = starship
diff --git a/PKGBUILD b/PKGBUILD
index 2bd085034b8c..c5ed678d26ee 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship'
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=('rust' 'git')
provides=(starship)
#install="$pkgname.install"
source=("https://github.com/starship/starship/archive/v${pkgver}.tar.gz")
-sha256sums=('bfaf3c880272842652402807196e5703b9687a395e41b78f92f8708f3d5fbd7e')
+sha256sums=('2ac83f3dabb3d0a024fbd5b80caea2d5e6075d7f8628375db383fe7e6186ca9e')
build() {
cd "$pkgname-$pkgver"