From 3a449e8bb8b0a81817f47dab7210040dcc38aa69 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Wed, 28 May 2025 16:56:52 +0200 Subject: [PATCH] yamlfmt: update to 0.17.0. --- srcpkgs/yamlfmt/template | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/srcpkgs/yamlfmt/template b/srcpkgs/yamlfmt/template index e31edb1d81b..f18d5f17f90 100644 --- a/srcpkgs/yamlfmt/template +++ b/srcpkgs/yamlfmt/template @@ -1,6 +1,6 @@ # Template file for 'yamlfmt' pkgname=yamlfmt -version=0.16.0 +version=0.17.0 revision=1 build_style=go go_import_path="github.com/google/yamlfmt" @@ -10,4 +10,8 @@ maintainer="Bnyro " license="Apache-2.0" homepage="https://github.com/google/yamlfmt" distfiles="https://github.com/google/yamlfmt/archive/refs/tags/v${version}.tar.gz" -checksum=989d9010e2498b4f97608b1c64798c700012840e739bc9001e42ddf3f25125a2 +checksum=81a7f696332cc496b8bad40e03ddd98bbd26354b6745a3ef2d186e376891012c + +do_check() { + make test_v +}