summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgoreleaserbot2023-04-13 16:52:48 +0000
committergoreleaserbot2023-04-13 16:52:48 +0000
commitc4c8fb89addb7f49a514a47cd8e8d90f63303a9a (patch)
treec5462b38f77a19cba178e396de51811483ce94da /PKGBUILD
parentd134a93eefd3fbc7ea38d223375120f464936483 (diff)
downloadaur-c4c8fb89addb7f49a514a47cd8e8d90f63303a9a.tar.gz
Update to v0.24.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index fc81eb741b1b..8b32401ab965 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: rsteube <rsteube@users.noreply.github.com>
pkgname='carapace-bin'
-pkgver=0.24.1
+pkgver=0.24.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.24.1/carapace-bin_linux_arm64.tar.gz")
-sha256sums_aarch64=('72a3a020fbb331cb6dd8a340ef3a38c193f9cc5e6207f7cf71a1304478fff382')
+source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.24.2/carapace-bin_linux_arm64.tar.gz")
+sha256sums_aarch64=('c36ac046e190a2feea75f8255f27021cf178de1547fea9e9a36d49d5ae17876a')
-source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.24.1/carapace-bin_linux_386.tar.gz")
-sha256sums_i686=('c1dabfab7dc9d88e5234a8fe99e1804c399572d25f3ddbdbcbcf4fd63e3121c0')
+source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.24.2/carapace-bin_linux_386.tar.gz")
+sha256sums_i686=('eeb6342c675a1e740ef144944249a57dd607008e12c4a3d2ba7be28ecb059c02')
-source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.24.1/carapace-bin_linux_amd64.tar.gz")
-sha256sums_x86_64=('891d61457ca015471e8fb4113c43555a56e115c08324b4358a04860c4a38255c')
+source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.24.2/carapace-bin_linux_amd64.tar.gz")
+sha256sums_x86_64=('58aa1791dc14a7a4a520698d357887e6cbf6a8a6ec2adbcd37b3bb3b16bd8df4')
package() {
install -Dm755 "./carapace" "${pkgdir}/usr/bin/carapace"