From 14e667ea43896c79d448e64aa6dffcbc37f8dccf Mon Sep 17 00:00:00 2001 From: Victor Tebar Date: Fri, 23 Jun 2023 15:27:50 +0000 Subject: [PATCH] shfmt: update to 3.7.0 $version" -v ./cmd/shfmt --- main/shfmt/.checksums | 2 +- main/shfmt/.pkgfiles | 2 +- main/shfmt/spkgbuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main/shfmt/.checksums b/main/shfmt/.checksums index 13a8d5ebd..4a4683b80 100644 --- a/main/shfmt/.checksums +++ b/main/shfmt/.checksums @@ -1 +1 @@ -cf100f8dba04eeb26503b1f5ad989a94 shfmt-v3.6.0.tar.gz +c744a5e0f30e3b0dfcd14af63e72eab8 shfmt-v3.7.0.tar.gz diff --git a/main/shfmt/.pkgfiles b/main/shfmt/.pkgfiles index 690bb1092..ee65b606e 100644 --- a/main/shfmt/.pkgfiles +++ b/main/shfmt/.pkgfiles @@ -1,4 +1,4 @@ -shfmt-3.6.0-1 +shfmt-3.7.0-1 drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/shfmt diff --git a/main/shfmt/spkgbuild b/main/shfmt/spkgbuild index cfb265798..05937b1de 100644 --- a/main/shfmt/spkgbuild +++ b/main/shfmt/spkgbuild @@ -3,7 +3,7 @@ # depends : go name=shfmt -version=3.6.0 +version=3.7.0 release=1 source="https://github.com/mvdan/sh/archive/v$version/$name-v$version.tar.gz"