From 9ecb17e917f15b911abf6f86ccff9b88e8065744 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Thu, 31 Oct 2024 09:10:08 +0100 Subject: [PATCH] shfmt: update to 3.10.0. --- srcpkgs/shfmt/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/shfmt/template b/srcpkgs/shfmt/template index 62d1dee965c..bf64cf1eb13 100644 --- a/srcpkgs/shfmt/template +++ b/srcpkgs/shfmt/template @@ -1,19 +1,19 @@ # Template file for 'shfmt' pkgname=shfmt -version=3.9.0 -revision=2 +version=3.10.0 +revision=1 build_style=go go_import_path=mvdan.cc/sh/v3 go_package="${go_import_path}/cmd/shfmt" go_ldflags="-X main.version=${version}" hostmakedepends="scdoc" short_desc="Shell parser and formatter" -maintainer="Daniel Lewan " +maintainer="Daniel Lewan " 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=d8bd0b83cd41bb65420395d6efb7d2c4bfcd535fbf3d702325d150e5ee2d1809 +checksum=4cad722b7a569a05c86ec489b1d5980843ae60ca8db15aa71174c7810378a8ec post_install() { scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1