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 2fbcb3715352..78dc618c1b2d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.25.1
+ pkgver = 0.25.2
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.25.1.tar.gz
- sha256sums = eb560643045c7e273525db414f2936289cf9bebdc6db0615018db77d8e6e10d0
+ source = https://github.com/starship/starship/archive/v0.25.2.tar.gz
+ sha256sums = 6da0efef83c44906ecd74ff7be228fcfbc247450dae7865d75989e9f5d2aead5
pkgname = starship
diff --git a/PKGBUILD b/PKGBUILD
index bc39fd4c2714..c3530d9888a0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.25.1'
+pkgver='0.25.2'
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=('eb560643045c7e273525db414f2936289cf9bebdc6db0615018db77d8e6e10d0')
+sha256sums=('6da0efef83c44906ecd74ff7be228fcfbc247450dae7865d75989e9f5d2aead5')
PKGEXT='.pkg.tar.gz'
build() {