summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorchipbuster2020-06-09 22:10:39 -0500
committerchipbuster2020-06-09 22:10:39 -0500
commit4171f69b89be0123d815bcdd112aab21dd900d9e (patch)
tree2439076de45a5a346e0f78b5a66412c79684ec21 /PKGBUILD
parent38eff34f0081383f6ba5d073283d4bf937a7cfb7 (diff)
downloadaur-4171f69b89be0123d815bcdd112aab21dd900d9e.tar.gz
verbump 0.42.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3081762b8afb..828fa2662c20 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname='starship-bin'
pkgdesc='The cross-shell prompt for astronauts'
-pkgver='0.41.3'
+pkgver='0.42.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=('f53fa6295e09940ad57341db18c46e3c74e875d505976d8567aee4759c574db5')
+sha256sums=('cde274a13287cc74a4108ff1dc19bd6108d48dae486e7f205ba9d265ba75c270')
package() {
install -Dm755 "starship" "$pkgdir/usr/bin/starship"