From 2c41732d0f36070c56a8d6d353599d8b96f7b350 Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Sat, 2 Oct 2021 13:13:16 +0200 Subject: [PATCH] shfmt: update to 3.4.0. --- srcpkgs/shfmt/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/shfmt/template b/srcpkgs/shfmt/template index a4e953367ced..7dedbc21a84e 100644 --- a/srcpkgs/shfmt/template +++ b/srcpkgs/shfmt/template @@ -1,6 +1,6 @@ # Template file for 'shfmt' pkgname=shfmt -version=3.3.1 +version=3.4.0 revision=1 wrksrc="sh-${version}" build_style=go @@ -11,8 +11,9 @@ short_desc="Shell parser and formatter" 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=c3acf5503e42f481ff3ec133007f85438a2df378981446456937a56dde758a52 +checksum=0eb593457df63c5a98597f6235b1ff558fadd18aed54653604731906790a9c90 post_install() { scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1