mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-14 05:02:28 +01:00
testing/tanka: upgrade to 0.26.0
This commit is contained in:
parent
cd8180a781
commit
00484bfd5f
@ -1,7 +1,7 @@
|
||||
# Maintainer: Hoang Nguyen <folliekazetani@protonmail.com>
|
||||
pkgname=tanka
|
||||
pkgver=0.25.0
|
||||
pkgrel=2
|
||||
pkgver=0.26.0
|
||||
pkgrel=0
|
||||
pkgdesc="Flexible, reusable and concise configuration for Kubernetes"
|
||||
url="https://tanka.dev"
|
||||
# blocked by kubectl (kubernetes)
|
||||
@ -9,7 +9,7 @@ arch="all !armhf !riscv64"
|
||||
license="Apache-2.0"
|
||||
depends="kubectl"
|
||||
makedepends="go"
|
||||
source="$pkgname-$pkgver-1.tar.gz::https://github.com/grafana/tanka/archive/refs/tags/v$pkgver.tar.gz"
|
||||
source="$pkgname-$pkgver.tar.gz::https://github.com/grafana/tanka/archive/refs/tags/v$pkgver.tar.gz"
|
||||
|
||||
export CGO_ENABLED=0
|
||||
export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
|
||||
@ -34,5 +34,5 @@ package() {
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
a0a3c425fbeb5b5df40dc927328406075b4ff61b84e1613c4df67288fd1d693beb669b8a1a424d87eaf7a6e79fe9c106143f874919c0204416ded5711a0eb602 tanka-0.25.0-1.tar.gz
|
||||
1f8a59b75f73c5b743674f9cff646f6f2401c800b75cb5aa5af31cd7d0df807d08eee47d4e5aa96c6889737a655a1abd8e959b7285bce1637e9258fa2c763384 tanka-0.26.0.tar.gz
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user