From 1d94d10886fac30a46438de66871fa5fcda671db Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Thu, 20 May 2021 19:06:45 +0200 Subject: [PATCH] shfmt: update to 3.3.0. --- srcpkgs/shfmt/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/shfmt/template b/srcpkgs/shfmt/template index 63249fd7517d..ae5efc1a4993 100644 --- a/srcpkgs/shfmt/template +++ b/srcpkgs/shfmt/template @@ -1,18 +1,17 @@ # Template file for 'shfmt' pkgname=shfmt -version=3.2.4 +version=3.3.0 revision=1 wrksrc="sh-${version}" build_style=go -go_import_path=mvdan.cc/sh -go_package="${go_import_path}/cmd/shfmt" +go_import_path=mvdan.cc/sh/v3/cmd/shfmt hostmakedepends="scdoc" short_desc="Shell parser and formatter" maintainer="Daniel Lewan " license="BSD-3-Clause" homepage="https://github.com/mvdan/sh" distfiles="https://github.com/mvdan/sh/archive/v${version}.tar.gz" -checksum=cab10a689c09689175774c78d7c38e594539c18d4581610bb7927d299d0435d8 +checksum=9bcdbbfd2f6afc4e885838683396483edcd87ef7eb80faa7def6ff0a10e3be4a post_install() { scdoc < cmd/shfmt/shfmt.1.scd > shfmt.1