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 71117a61c654..f970228ed5f0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.40.1
+ pkgver = 0.41.0
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.40.1.tar.gz::https://github.com/starship/starship/releases/download/v0.40.1/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 3ef65c34b56507f06dac0db6a36a4f5a6a36df965c2155824c22c6fb69f280f4
+ source = starship-bin-v0.41.0.tar.gz::https://github.com/starship/starship/releases/download/v0.41.0/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = 657cd723b215daf5d097868a9149604f8a37ea98f92b99aa9f8b30452e4af376
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index 1bc72c0b7fe9..f5805a1ba9e1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.40.1'
+pkgver='0.41.0'
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=('3ef65c34b56507f06dac0db6a36a4f5a6a36df965c2155824c22c6fb69f280f4')
+sha256sums=('657cd723b215daf5d097868a9149604f8a37ea98f92b99aa9f8b30452e4af376')
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"