mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
testing/cue-cli: upgrade to 0.7.0
This commit is contained in:
parent
3f651dc89c
commit
eba5292ef5
@ -1,11 +1,12 @@
|
||||
# Maintainer: Hoang Nguyen <folliekazetani@protonmail.com>
|
||||
pkgname=cue-cli
|
||||
pkgver=0.5.0
|
||||
pkgrel=5
|
||||
pkgver=0.7.0
|
||||
pkgrel=0
|
||||
pkgdesc="CLI for CUE configuration and validation language"
|
||||
url="https://cuelang.org/"
|
||||
# 32-bit: value out of int range
|
||||
arch="all !x86 !armhf !armv7"
|
||||
# s390x: TextExe fails (slice bounds out of range)
|
||||
arch="all !x86 !armhf !armv7 !s390x"
|
||||
license="Apache-2.0"
|
||||
makedepends="go"
|
||||
subpackages="
|
||||
@ -32,10 +33,7 @@ build() {
|
||||
}
|
||||
|
||||
check() {
|
||||
# Skip the TestGenerate test case. This test case compares generated
|
||||
# code for equality. The test case ends up failing when the checked-in
|
||||
# generated file was created using a different Go version.
|
||||
go test -run='!(^TestGenerate$)' ./...
|
||||
go test ./...
|
||||
}
|
||||
|
||||
package() {
|
||||
@ -50,5 +48,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
3b02cf41ddd020529158186b13414b8582abfeedbd85907bb1285329cd2d973f0aee0fd7710ceae4d6c7548ed11a083f6c646aeba077ed7fac1e3ffb67a4dbf6 cue-cli-0.5.0.tar.gz
|
||||
471ebc4ac81dfc0df42d8e8bd5e858b8a2f958c909ccd0b391ed4af669e7eba3908bcde63ca21973f072e35f66d307180fb3fc43627eb4de6385011bcf48aed1 cue-cli-0.7.0.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user