mirror of
https://github.com/archlinux/aur.git
synced 2026-02-10 23:27:54 +01:00
Update to v0.27.0
This commit is contained in:
parent
69a834dad4
commit
696805cfaf
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.26.0
|
||||
pkgver = 0.27.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.26.0/carapace-bin_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 227c38b8ef2b1d1704c7411b4366345fbc7c28139efe33d10deaeb29f13b41d9
|
||||
source_aarch64 = https://github.com/rsteube/carapace-bin/releases/download/v0.27.0/carapace-bin_linux_arm64.tar.gz
|
||||
sha256sums_aarch64 = 5188feb8d38da3e6cfdc58c8d951f3ab9686ea5d90dfc50093561d72c5d23284
|
||||
arch = i686
|
||||
source_i686 = https://github.com/rsteube/carapace-bin/releases/download/v0.26.0/carapace-bin_linux_386.tar.gz
|
||||
sha256sums_i686 = 781a982714c45986e54c0facb85523433e26f8d6a47da76a6b1c080775bd697d
|
||||
source_i686 = https://github.com/rsteube/carapace-bin/releases/download/v0.27.0/carapace-bin_linux_386.tar.gz
|
||||
sha256sums_i686 = 1be639a9cefc81cdac4cca0ef292efdec4c8a75efa68a3c86c63e72f0b38846b
|
||||
arch = x86_64
|
||||
source_x86_64 = https://github.com/rsteube/carapace-bin/releases/download/v0.26.0/carapace-bin_linux_amd64.tar.gz
|
||||
sha256sums_x86_64 = 027d7b429c24819ac02a941e5ff4d872cc80571f679e1aba14518933b1bb7390
|
||||
source_x86_64 = https://github.com/rsteube/carapace-bin/releases/download/v0.27.0/carapace-bin_linux_amd64.tar.gz
|
||||
sha256sums_x86_64 = f92e271b0d08b54112bec9012281211b6b4a8d36bcdefb07ef71a99a12d18389
|
||||
|
||||
pkgname = carapace-bin
|
||||
|
|
|
|||
14
PKGBUILD
14
PKGBUILD
|
|
@ -2,7 +2,7 @@
|
|||
# Maintainer: rsteube <rsteube@users.noreply.github.com>
|
||||
|
||||
pkgname='carapace-bin'
|
||||
pkgver=0.26.0
|
||||
pkgver=0.27.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.26.0/carapace-bin_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('227c38b8ef2b1d1704c7411b4366345fbc7c28139efe33d10deaeb29f13b41d9')
|
||||
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.27.0/carapace-bin_linux_arm64.tar.gz")
|
||||
sha256sums_aarch64=('5188feb8d38da3e6cfdc58c8d951f3ab9686ea5d90dfc50093561d72c5d23284')
|
||||
|
||||
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.26.0/carapace-bin_linux_386.tar.gz")
|
||||
sha256sums_i686=('781a982714c45986e54c0facb85523433e26f8d6a47da76a6b1c080775bd697d')
|
||||
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.27.0/carapace-bin_linux_386.tar.gz")
|
||||
sha256sums_i686=('1be639a9cefc81cdac4cca0ef292efdec4c8a75efa68a3c86c63e72f0b38846b')
|
||||
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.26.0/carapace-bin_linux_amd64.tar.gz")
|
||||
sha256sums_x86_64=('027d7b429c24819ac02a941e5ff4d872cc80571f679e1aba14518933b1bb7390')
|
||||
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.27.0/carapace-bin_linux_amd64.tar.gz")
|
||||
sha256sums_x86_64=('f92e271b0d08b54112bec9012281211b6b4a8d36bcdefb07ef71a99a12d18389')
|
||||
|
||||
package() {
|
||||
install -Dm755 "./carapace" "${pkgdir}/usr/bin/carapace"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue