mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 12:01:41 +02:00
testing/carapace: upgrade to 0.29.1
This commit is contained in:
parent
6b117b7d23
commit
d76b559ef5
@ -1,7 +1,7 @@
|
||||
# Contributor: Andrej Kolchin <KAAtheWise@protonmail.com>
|
||||
# Maintainer: Andrej Kolchin <KAAtheWise@protonmail.com>
|
||||
pkgname=carapace
|
||||
pkgver=0.29.0
|
||||
pkgver=0.29.1
|
||||
pkgrel=0
|
||||
pkgdesc="Multi-shell multi-command argument completer"
|
||||
url="https://rsteube.github.io/carapace-bin/"
|
||||
@ -24,10 +24,11 @@ build() {
|
||||
}
|
||||
|
||||
check() {
|
||||
# The two lone tests in the repository.
|
||||
# There is also 'completers/pandoc_completer/cmd/action', but it
|
||||
# shadows the release completer.
|
||||
go test ./cmd/carapace ./completers_release/pandoc_completer/cmd/action
|
||||
# The three lone tests in the repository.
|
||||
go test \
|
||||
./cmd/carapace/... \
|
||||
./pkg/actions/tools/pandoc \
|
||||
./pkg/actions/env
|
||||
}
|
||||
|
||||
package() {
|
||||
@ -35,5 +36,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
6f52a7c5b87b1714c00851638b40c04562796e842939eb11577751856e64ae49da29203cf572179a525c2540dfa7968d325a405dd08a77361e808184bab95675 carapace-0.29.0.tar.gz
|
||||
00ead529358b36eabf5456dbbe86477a1dafe0b9061445195827184abad6027c98950e7f3450dcba1a013323e8311023c44a6b7a8a3e6ce35f5acf990087ca51 carapace-0.29.1.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user