Update to v0.30.1

This commit is contained in:
goreleaserbot 2024-01-31 11:41:57 +00:00
parent 0c7e4b62c7
commit 3149af9fa1
2 changed files with 14 additions and 14 deletions

View file

@ -1,19 +1,19 @@
pkgbase = carapace-bin
pkgdesc = multi-shell multi-command argument completer
pkgver = 0.30.0
pkgver = 0.30.1
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.30.0/carapace-bin_linux_arm64.tar.gz
sha256sums_aarch64 = 9d1aeb12464897b9f5178a241963f8a4bc0aeb55a262b19709eac5f9fd39421a
source_aarch64 = https://github.com/rsteube/carapace-bin/releases/download/v0.30.1/carapace-bin_linux_arm64.tar.gz
sha256sums_aarch64 = 57f6f95b906e00df625e12814b6649ca6ade041e47b77abce750296f94feb67b
arch = i686
source_i686 = https://github.com/rsteube/carapace-bin/releases/download/v0.30.0/carapace-bin_linux_386.tar.gz
sha256sums_i686 = 4d5d759b2b64c942488b4bd95fc672ad530e752c3c77730ad60d2ffec138db7d
source_i686 = https://github.com/rsteube/carapace-bin/releases/download/v0.30.1/carapace-bin_linux_386.tar.gz
sha256sums_i686 = 40144e9bebded322627a6246e45f10a2b6a3fc8f0fedd41446e1f9553252a2f5
arch = x86_64
source_x86_64 = https://github.com/rsteube/carapace-bin/releases/download/v0.30.0/carapace-bin_linux_amd64.tar.gz
sha256sums_x86_64 = 2042befbb48d510748f8dd020d0678d7fc47ea6a231a7bd91bcadc8a63f963ef
source_x86_64 = https://github.com/rsteube/carapace-bin/releases/download/v0.30.1/carapace-bin_linux_amd64.tar.gz
sha256sums_x86_64 = 7dd4745290742a1414b74763de47b0bddce39a1c470cf4ed07eac7a357765b96
pkgname = carapace-bin

View file

@ -2,7 +2,7 @@
# Maintainer: rsteube <rsteube@users.noreply.github.com>
pkgname='carapace-bin'
pkgver=0.30.0
pkgver=0.30.1
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.30.0/carapace-bin_linux_arm64.tar.gz")
sha256sums_aarch64=('9d1aeb12464897b9f5178a241963f8a4bc0aeb55a262b19709eac5f9fd39421a')
source_aarch64=("${pkgname}_${pkgver}_aarch64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.30.1/carapace-bin_linux_arm64.tar.gz")
sha256sums_aarch64=('57f6f95b906e00df625e12814b6649ca6ade041e47b77abce750296f94feb67b')
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.30.0/carapace-bin_linux_386.tar.gz")
sha256sums_i686=('4d5d759b2b64c942488b4bd95fc672ad530e752c3c77730ad60d2ffec138db7d')
source_i686=("${pkgname}_${pkgver}_i686.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.30.1/carapace-bin_linux_386.tar.gz")
sha256sums_i686=('40144e9bebded322627a6246e45f10a2b6a3fc8f0fedd41446e1f9553252a2f5')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.30.0/carapace-bin_linux_amd64.tar.gz")
sha256sums_x86_64=('2042befbb48d510748f8dd020d0678d7fc47ea6a231a7bd91bcadc8a63f963ef')
source_x86_64=("${pkgname}_${pkgver}_x86_64.tar.gz::https://github.com/rsteube/carapace-bin/releases/download/v0.30.1/carapace-bin_linux_amd64.tar.gz")
sha256sums_x86_64=('7dd4745290742a1414b74763de47b0bddce39a1c470cf4ed07eac7a357765b96')
package() {
install -Dm755 "./carapace" "${pkgdir}/usr/bin/carapace"