summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgoreleaserbot2022-08-23 10:48:37 +0000
committergoreleaserbot2022-08-23 10:48:37 +0000
commit4d863043bd01efd5c8646f7673421191a9314e72 (patch)
tree6bf69ef1bc8cf54d71629006f7544724818f81b7 /PKGBUILD
parentf5b68e327fdbc9af65296bf00cf501bb3d30f62f (diff)
downloadaur-4d863043bd01efd5c8646f7673421191a9314e72.tar.gz
Update to v0.14.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 117f936f5c26..ccc89cdeb7f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: rsteube <rsteube@users.noreply.github.com>
pkgname='carapace-bin'
-pkgver=0.13.5
+pkgver=0.14.0
pkgrel=1
pkgdesc='multi-shell multi-command argument completer'
url='https://github.com/rsteube/carapace-bin'
@@ -11,14 +11,14 @@ license=('MIT')
provides=('carapace')
conflicts=('carapace')
-source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.13.5/carapace-bin_0.13.5_Linux_arm64.tar.gz")
-sha256sums_aarch64=('0615b8cffaeb1b8d0d782a51ab301e71bd3938c59417e7386091d34852f4df93')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.14.0/carapace-bin_0.14.0_Linux_arm64.tar.gz")
+sha256sums_aarch64=('3c53f227040191622ab33f4eff9251e7e3d789d6b8456e83b73991cf9e72e240')
-source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.13.5/carapace-bin_0.13.5_Linux_i386.tar.gz")
-sha256sums_i686=('43dffc615811ec5d4fff604046fafc7df412478e9373a8e9a85ac288de2604f9')
+source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.14.0/carapace-bin_0.14.0_Linux_i386.tar.gz")
+sha256sums_i686=('0a9775892ba497f4190473a74115788aac82ac6b0543b2a802b799765bdd22bf')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.13.5/carapace-bin_0.13.5_Linux_x86_64.tar.gz")
-sha256sums_x86_64=('b075937dd9ccdabc8447611ded6726dae98777b63e2d95d9ac7e280732a78108')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.14.0/carapace-bin_0.14.0_Linux_x86_64.tar.gz")
+sha256sums_x86_64=('bdbe034a315f2e985f1d4d309edcb7836eab430201a2f2b610a0ebebb7ae3a7e')
package() {
install -Dm755 "./carapace" "${pkgdir}/usr/bin/carapace"