summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgoreleaserbot2022-08-17 15:08:52 +0000
committergoreleaserbot2022-08-17 15:08:52 +0000
commitf5b68e327fdbc9af65296bf00cf501bb3d30f62f (patch)
tree13386f6533fb29e66a6503118b51953316cdecb9 /PKGBUILD
parent9d5b0c0d676f09170fe1ece4ca59a7967450927a (diff)
downloadaur-f5b68e327fdbc9af65296bf00cf501bb3d30f62f.tar.gz
Update to v0.13.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 17b47551efc5..117f936f5c26 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: rsteube <rsteube@users.noreply.github.com>
pkgname='carapace-bin'
-pkgver=0.13.4
+pkgver=0.13.5
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.4/carapace-bin_0.13.4_Linux_arm64.tar.gz")
-sha256sums_aarch64=('8149f47ff819a588c70d067c2550a88626b61c8c11bad389e72d638d5c546408')
+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_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.13.4/carapace-bin_0.13.4_Linux_i386.tar.gz")
-sha256sums_i686=('0402d7876e7806dbe8e60491ced2137272b9f278feb2553a4663acdfad1aaa6d')
+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_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.13.4/carapace-bin_0.13.4_Linux_x86_64.tar.gz")
-sha256sums_x86_64=('5c34bcd5a6e5d4a0b3674550e3f9feb4ff06fbaf6a1109e89d3d4d9b3d7a5f37')
+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')
package() {
install -Dm755 "./carapace" "${pkgdir}/usr/bin/carapace"