1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

community/yq-go: upgrade to 4.46.1

Changelog: https://github.com/mikefarah/yq/releases/tag/v4.46.1
This commit is contained in:
Kevin Daudt 2025-07-10 05:20:59 +00:00
parent 61cb8f51bb
commit abaf8726ef

View file

@ -3,8 +3,8 @@
maintainer="Kevin Daudt <kdaudt@alpinelinux.org>"
pkgname=yq-go
_projname=yq
pkgver=4.45.4
pkgrel=1
pkgver=4.46.1
pkgrel=0
pkgdesc="Portable command-line YAML processor written in Go"
url="https://github.com/mikefarah/yq"
arch="all"
@ -15,6 +15,7 @@ replaces="yq~4.0" # backward compatibility (Alpine <3.20)
# For backward compatibility (Alpine <3.20). This should be moved to yq-python
# someday later (see #16052).
provides="yq=$pkgver-r$pkgrel"
options="net" # go modules
subpackages="
$pkgname-bash-completion
$pkgname-zsh-completion
@ -23,10 +24,6 @@ subpackages="
source="$pkgname-$pkgver.tar.gz::https://github.com/mikefarah/yq/archive/v$pkgver.tar.gz"
builddir="$srcdir/$_projname-$pkgver"
export GOCACHE="${GOCACHE:-"$srcdir/go-cache"}"
export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
# secfixes:
# 4.45.1-r0:
# - CVE-2024-45338
@ -63,5 +60,5 @@ package() {
}
sha512sums="
cdbde81edd29abd7717bdc3f47cee8a11f9dec891c730bcdaac8c8862af956304cdcd131c0edc1db02369b0b1b307869f3ea9bf08a0f21f62dacf2361e2e3099 yq-go-4.45.4.tar.gz
aeeb883792648d34eed46901f49e9eb0679e986f26aa643b7be494433dfafb174413357c72b08e91fc88df7b1f107042cf4f587baa75458645e850881bf86004 yq-go-4.46.1.tar.gz
"