summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorgoreleaserbot2022-03-04 21:54:21 +0000
committergoreleaserbot2022-03-04 21:54:21 +0000
commit61a38a8ee4e6f4d135abf55c6846382b078821c1 (patch)
tree31dcae56578fe4a12e73a3b65545c590f75c59b6 /PKGBUILD
parentdb46b671509b91f61b0c6408d0c40d379b3df7cc (diff)
downloadaur-61a38a8ee4e6f4d135abf55c6846382b078821c1.tar.gz
Update to v0.10.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 3bcd08dc7fef..65baa6ab5cb8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Maintainer: rsteube <rsteube@users.noreply.github.com>
pkgname='carapace-bin'
-pkgver=0.10.1
+pkgver=0.10.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=('https://github.com/rsteube/carapace-bin/releases/download/v0.10.1/carapace-bin_0.10.1_Linux_arm64.tar.gz')
-sha256sums_aarch64=('1a94a388887978325b03be52014c56380fce1c54aba29a18f7eb7a71435d24dd')
+source_aarch64=('https://github.com/rsteube/carapace-bin/releases/download/v0.10.2/carapace-bin_0.10.2_Linux_arm64.tar.gz')
+sha256sums_aarch64=('00ec31ad89582238e2538792e5beb0183545dc3a1e10205d2d47c18b257eb756')
-source_i686=('https://github.com/rsteube/carapace-bin/releases/download/v0.10.1/carapace-bin_0.10.1_Linux_i386.tar.gz')
-sha256sums_i686=('b19fb40eb0da5b15244ff249b512e4f8b37e29cc4a314c14ed088de2a6468578')
+source_i686=('https://github.com/rsteube/carapace-bin/releases/download/v0.10.2/carapace-bin_0.10.2_Linux_i386.tar.gz')
+sha256sums_i686=('7b7d21644502900d3d6deb0452f4b3e5251d073a2a423ac387ef3aed89b8cd11')
-source_x86_64=('https://github.com/rsteube/carapace-bin/releases/download/v0.10.1/carapace-bin_0.10.1_Linux_x86_64.tar.gz')
-sha256sums_x86_64=('e957a0c45b3c820955ff7ed9b637f9fdf9fa0c245d82af3cdb438a6e94681d0c')
+source_x86_64=('https://github.com/rsteube/carapace-bin/releases/download/v0.10.2/carapace-bin_0.10.2_Linux_x86_64.tar.gz')
+sha256sums_x86_64=('2eff0682a6029954ace8a02cc1c35181fb0355ebf6373ae1b9d1c58380d78e09')
package() {
install -Dm755 "./carapace" "${pkgdir}/usr/bin/carapace"