From 90d97889951e92e0634ea952e2ca40d418909b95 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Sun, 9 Mar 2025 20:32:36 +0100 Subject: [PATCH] shfmt: update to 3.11.0. --- srcpkgs/shfmt/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/shfmt/template b/srcpkgs/shfmt/template index bf64cf1eb13..961e1ef4aa4 100644 --- a/srcpkgs/shfmt/template +++ b/srcpkgs/shfmt/template @@ -1,6 +1,6 @@ # Template file for 'shfmt' pkgname=shfmt -version=3.10.0 +version=3.11.0 revision=1 build_style=go go_import_path=mvdan.cc/sh/v3 @@ -13,7 +13,7 @@ license="BSD-3-Clause" homepage="https://github.com/mvdan/sh" changelog="https://raw.githubusercontent.com/mvdan/sh/master/CHANGELOG.md" distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz" -checksum=4cad722b7a569a05c86ec489b1d5980843ae60ca8db15aa71174c7810378a8ec +checksum=69aebb0dd4bf5e62842c186ad38b76f6ec2e781188cd71cea33cb4e729086e94 post_install() { scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1