Caleb Maclennan pushed to branch main at Arch Linux / Packaging / Packages / go-yq
Commits: 35ec3203 by Caleb Maclennan at 2023-11-08T13:46:33+03:00 upgpkg: 4.40.1-1 - - - - - 2 changed files: - + .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -0,0 +1,15 @@ +pkgbase = go-yq + pkgdesc = Portable command-line YAML processor + pkgver = 4.40.1 + pkgrel = 1 + url = https://github.com/mikefarah/yq + arch = x86_64 + license = MIT + makedepends = git + makedepends = go + depends = glibc + conflicts = yq + source = git+https://github.com/mikefarah/yq.git#tag=v4.40.1 + b2sums = SKIP + +pkgname = go-yq ===================================== PKGBUILD ===================================== @@ -3,7 +3,7 @@ # Contributor: Mario Finelli <mario at finel dot li> pkgname=go-yq -pkgver=4.35.2 +pkgver=4.40.1 pkgrel=1 pkgdesc='Portable command-line YAML processor' arch=('x86_64') View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/go-yq/-/commit/35ec3203497f319a74de31ce4999ed2d0012c96c -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/go-yq/-/commit/35ec3203497f319a74de31ce4999ed2d0012c96c You're receiving this email because of your account on gitlab.archlinux.org.
