summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgoreleaserbot2022-05-10 09:38:26 +0000
committergoreleaserbot2022-05-10 09:38:26 +0000
commit1a4eff6406b1172e8aec66f49272f95826a2f6d5 (patch)
tree6ffff0682bc941694fd6e92dff6549f24452a6fb /PKGBUILD
parent73277788308fc4a368df001d7287f4a8e15c5fa1 (diff)
downloadaur-1a4eff6406b1172e8aec66f49272f95826a2f6d5.tar.gz
Update to v0.12.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3544352b5c1a..45f420253c58 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: rsteube <rsteube@users.noreply.github.com>
pkgname='carapace-bin'
-pkgver=0.12.1
+pkgver=0.12.2
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.12.1/carapace-bin_0.12.1_Linux_arm64.tar.gz")
-sha256sums_aarch64=('ceafe23435c967755a149b25d8b7e36a9a6849189f3a71c7eceeb4ed136d7bf6')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.12.2/carapace-bin_0.12.2_Linux_arm64.tar.gz")
+sha256sums_aarch64=('fc4ad6eaeb8ccc204173fbbfebbf1e3796cc6679c17784871af93b72b4b34fbc')
-source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.12.1/carapace-bin_0.12.1_Linux_i386.tar.gz")
-sha256sums_i686=('74614477af5fea8c22aba0f173b0b85d0bbb493bb8c6b6ff45bcf0fefcf518ce')
+source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.12.2/carapace-bin_0.12.2_Linux_i386.tar.gz")
+sha256sums_i686=('a5a37a731ff2aa673720d926b21c58dbfc9c98848acbb9235536dcd706fed896')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.12.1/carapace-bin_0.12.1_Linux_x86_64.tar.gz")
-sha256sums_x86_64=('72da578a0097c47ade10be5b3283326fe91e5e640f29c8e1defd64b8162ec90e')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.12.2/carapace-bin_0.12.2_Linux_x86_64.tar.gz")
+sha256sums_x86_64=('43cbbc93dcde106e5faeb22d5bbb7bd9106306997b1e087811db8b14b1049f4e')
package() {
install -Dm755 "./carapace" "${pkgdir}/usr/bin/carapace"