summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgoreleaserbot2022-10-16 13:13:00 +0000
committergoreleaserbot2022-10-16 13:13:00 +0000
commit68dfd4fdde9ef233b0baa6f293c7e9d54b546b92 (patch)
tree729db86565ba871be007568f7a1de9efd9178a7c /PKGBUILD
parent9bb3950ff472d8dee2f3813d2bc749c4f903ac0b (diff)
downloadaur-68dfd4fdde9ef233b0baa6f293c7e9d54b546b92.tar.gz
Update to v0.17.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d16b6adb5d38..c648cd1f6fc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: rsteube <rsteube@users.noreply.github.com>
pkgname='carapace-bin'
-pkgver=0.17.0
+pkgver=0.17.1
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.17.0/carapace-bin_0.17.0_Linux_arm64.tar.gz")
-sha256sums_aarch64=('e344b18fdfeb64c2817688f1b752ddffdc126b63476ae53c91285c58127ee61c')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.17.1/carapace-bin_0.17.1_Linux_arm64.tar.gz")
+sha256sums_aarch64=('5b67cd76ca24de95b7cc7eab20cf70339f882cace05b58bcc679ee78d09e5738')
-source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.17.0/carapace-bin_0.17.0_Linux_i386.tar.gz")
-sha256sums_i686=('ce7288725844a8140db093248533a1bc52285c9099558550407550b7f325a065')
+source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.17.1/carapace-bin_0.17.1_Linux_i386.tar.gz")
+sha256sums_i686=('a482c9018cafb41c747d2ec5edcfa9f8e2ae186d84a5adf706f7b4fd1ea22211')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.17.0/carapace-bin_0.17.0_Linux_x86_64.tar.gz")
-sha256sums_x86_64=('4db6f87539356386c65795907a86a37d6462684f3a4c77c24ed0d88ebc88324a')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.17.1/carapace-bin_0.17.1_Linux_x86_64.tar.gz")
+sha256sums_x86_64=('ecc2ed445244d8d60784742c081e7373048db5ee278cf5c9bffbf4bfeed2cb5b')
package() {
install -Dm755 "./carapace" "${pkgdir}/usr/bin/carapace"