summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgoreleaserbot2023-01-15 00:42:41 +0000
committergoreleaserbot2023-01-15 00:42:41 +0000
commit2042e66a9ce6871e5289c7dc0d1d225a9493ff1a (patch)
tree75fb26d45032bdfe9f91633ed42ff0af5f8bd2f1 /PKGBUILD
parent187c187c96a980fdcac25472dffa679f1363bc2b (diff)
downloadaur-2042e66a9ce6871e5289c7dc0d1d225a9493ff1a.tar.gz
Update to v0.20.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index e85be61c17d4..7765c9982328 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: rsteube <rsteube@users.noreply.github.com>
pkgname='carapace-bin'
-pkgver=0.19.1
+pkgver=0.20.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.19.1/carapace-bin_linux_arm64.tar.gz")
-sha256sums_aarch64=('74ef9c9bd57fee14df0b0d2b8922e424f61bbb3898cd27449077842fdec4adf4')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.20.2/carapace-bin_linux_arm64.tar.gz")
+sha256sums_aarch64=('c128fb0547d7ea9ec2f22027d53182c320c5d51b8afd191f0ca0c62f6daa764b')
-source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.19.1/carapace-bin_linux_386.tar.gz")
-sha256sums_i686=('ed1342c0fb65c66b42b990049d7be02b3307e991001ecad0089a4d8c2dca6937')
+source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.20.2/carapace-bin_linux_386.tar.gz")
+sha256sums_i686=('55f45f7a47601a53ef4c7dde6d5018eca3084b5dfa953e483ead519b4f5b8572')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.19.1/carapace-bin_linux_amd64.tar.gz")
-sha256sums_x86_64=('201b5e9b2b9089f3ceab98b59df575db08b59912129f27baa65c88e8ae7e6d6e')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.20.2/carapace-bin_linux_amd64.tar.gz")
+sha256sums_x86_64=('2b7d59a0a0c12829066d1a94a1ac102411ee7ad1c15877191c030aadd594e856')
package() {
install -Dm755 "./carapace" "${pkgdir}/usr/bin/carapace"