mirror of
https://github.com/archlinux/aur.git
synced 2026-02-11 07:34:23 +01:00
Update to v0.17.0
This commit is contained in:
parent
46d3234974
commit
9bb3950ff4
2 changed files with 14 additions and 14 deletions
14
.SRCINFO
14
.SRCINFO
|
|
@ -1,19 +1,19 @@
|
|||
pkgbase = carapace-bin
|
||||
pkgdesc = multi-shell multi-command argument completer
|
||||
pkgver = 0.16.0
|
||||
pkgver = 0.17.0
|
||||
pkgrel = 1
|
||||
url = https://github.com/rsteube/carapace-bin
|
||||
license = MIT
|
||||
conflicts = carapace
|
||||
provides = carapace
|
||||
arch = aarch64
|
||||
source_aarch64 = https://github.com/rsteube/carapace-bin/releases/download/v0.16.0/carapace-bin_0.16.0_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = c2561a81048e616017a663e899a385188b3708e9b0b90e52a192d42267cd7b15
|
||||
source_aarch64 = https://github.com/rsteube/carapace-bin/releases/download/v0.17.0/carapace-bin_0.17.0_Linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = e344b18fdfeb64c2817688f1b752ddffdc126b63476ae53c91285c58127ee61c
|
||||
arch = i686
|
||||
source_i686 = https://github.com/rsteube/carapace-bin/releases/download/v0.16.0/carapace-bin_0.16.0_Linux_i386.tar.gz
|
||||
sha256sums_i686 = 12eb66d4a7ad951ca38297a9bbc7a45f627412d1de5694dcc995e1dec3a95a72
|
||||
source_i686 = https://github.com/rsteube/carapace-bin/releases/download/v0.17.0/carapace-bin_0.17.0_Linux_i386.tar.gz
|
||||
sha256sums_i686 = ce7288725844a8140db093248533a1bc52285c9099558550407550b7f325a065
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/rsteube/carapace-bin/releases/download/v0.16.0/carapace-bin_0.16.0_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 933afa3252112fae98effb5d1fa1cd12dee377848edb9abdeb4f2ff1f38809b2
|
||||
source_x86_64 = https://github.com/rsteube/carapace-bin/releases/download/v0.17.0/carapace-bin_0.17.0_Linux_x86_64.tar.gz
|
||||
sha256sums_x86_64 = 4db6f87539356386c65795907a86a37d6462684f3a4c77c24ed0d88ebc88324a
|
||||
|
||||
pkgname = carapace-bin
|
||||
|
|
|
|||
14
PKGBUILD
14
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: rsteube <rsteube@users.noreply.github.com>
|
||||
|
||||
pkgname='carapace-bin'
|
||||
pkgver=0.16.0
|
||||
pkgver=0.17.0
|
||||
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.16.0/carapace-bin_0.16.0_Linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('c2561a81048e616017a663e899a385188b3708e9b0b90e52a192d42267cd7b15')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.17.0/carapace-bin_0.17.0_Linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('e344b18fdfeb64c2817688f1b752ddffdc126b63476ae53c91285c58127ee61c')
|
||||
|
||||
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.16.0/carapace-bin_0.16.0_Linux_i386.tar.gz")
|
||||
sha256sums_i686=('12eb66d4a7ad951ca38297a9bbc7a45f627412d1de5694dcc995e1dec3a95a72')
|
||||
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.17.0/carapace-bin_0.17.0_Linux_i386.tar.gz")
|
||||
sha256sums_i686=('ce7288725844a8140db093248533a1bc52285c9099558550407550b7f325a065')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.16.0/carapace-bin_0.16.0_Linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('933afa3252112fae98effb5d1fa1cd12dee377848edb9abdeb4f2ff1f38809b2')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.17.0/carapace-bin_0.17.0_Linux_x86_64.tar.gz")
|
||||
sha256sums_x86_64=('4db6f87539356386c65795907a86a37d6462684f3a4c77c24ed0d88ebc88324a')
|
||||
|
||||
package() {
|
||||
install -Dm755 "./carapace" "${pkgdir}/usr/bin/carapace"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue