From 78e2c3ecda8cbe23d738c3bc20be805cfc6709e8 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Mon, 19 Jun 2023 11:22:54 +0200 Subject: [PATCH] shfmt: update to 3.7.0. --- srcpkgs/shfmt/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/shfmt/template b/srcpkgs/shfmt/template index 28556341f6c..61667a1862e 100644 --- a/srcpkgs/shfmt/template +++ b/srcpkgs/shfmt/template @@ -1,7 +1,7 @@ # Template file for 'shfmt' pkgname=shfmt -version=3.6.0 -revision=2 +version=3.7.0 +revision=1 build_style=go go_import_path=mvdan.cc/sh/v3 go_package="${go_import_path}/cmd/shfmt" @@ -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=4fe5a7b0aab5fba437696b68c5424e49ba9f793de2f534647e1d814108ebad23 +checksum=89eafc8790df93305dfa42233e262fb25e1c96726a3db420a7555abadf3111ed post_install() { scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1