From 7f94271a0f13155511bf3163f99bee723572ef81 Mon Sep 17 00:00:00 2001 From: icp Date: Thu, 8 Dec 2022 15:52:01 +0530 Subject: [PATCH] yq-go: update to 4.30.5. --- srcpkgs/yq-go/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/yq-go/template b/srcpkgs/yq-go/template index 3337a57b5417..39607316cd80 100644 --- a/srcpkgs/yq-go/template +++ b/srcpkgs/yq-go/template @@ -1,6 +1,6 @@ # Template file for 'yq-go' pkgname=yq-go -version=4.28.1 +version=4.30.5 revision=1 build_style=go go_import_path=github.com/mikefarah/yq/v4 @@ -9,8 +9,8 @@ maintainer="Frank Steinborn " license="MIT" homepage="https://github.com/mikefarah/yq" changelog="https://raw.githubusercontent.com/mikefarah/yq/master/release_notes.txt" -distfiles="https://github.com/mikefarah/yq/archive/v${version}.tar.gz" -checksum=fde7e2d1d79c927f0d36a4d2b5fadff516db8285d88363cf7af34239512c084d +distfiles="https://github.com/mikefarah/yq/archive/refs/tags/v${version}.tar.gz" +checksum=54706926e44ca8f28c74c0165c4746f372daafd4db885b709fdaf5e8f2e4502c do_check() { go test -v