summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorchipbuster2020-05-21 12:23:30 -0500
committerchipbuster2020-05-21 12:23:30 -0500
commit38eff34f0081383f6ba5d073283d4bf937a7cfb7 (patch)
tree5d2cfa3dfa10bee2e7f73dd62c81f089dc5392bd
parent1e7ebcb2f4e3b879cedcb61d2a97f7aa4fd668b4 (diff)
downloadaur-38eff34f0081383f6ba5d073283d4bf937a7cfb7.tar.gz
verbump 0.41.3
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f970228ed5f0..1f4f8eca3141 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = starship-bin
pkgdesc = The cross-shell prompt for astronauts
- pkgver = 0.41.0
+ pkgver = 0.41.3
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.41.0.tar.gz::https://github.com/starship/starship/releases/download/v0.41.0/starship-x86_64-unknown-linux-gnu.tar.gz
- sha256sums = 657cd723b215daf5d097868a9149604f8a37ea98f92b99aa9f8b30452e4af376
+ source = starship-bin-v0.41.3.tar.gz::https://github.com/starship/starship/releases/download/v0.41.3/starship-x86_64-unknown-linux-gnu.tar.gz
+ sha256sums = f53fa6295e09940ad57341db18c46e3c74e875d505976d8567aee4759c574db5
pkgname = starship-bin
diff --git a/PKGBUILD b/PKGBUILD
index f5805a1ba9e1..3081762b8afb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.41.0'
+pkgver='0.41.3'
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=('657cd723b215daf5d097868a9149604f8a37ea98f92b99aa9f8b30452e4af376')
+sha256sums=('f53fa6295e09940ad57341db18c46e3c74e875d505976d8567aee4759c574db5')
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"