Update shfmt to v3.4.3

This commit is contained in:
abieber 2022-03-07 18:03:30 +00:00
parent d2ea1774cf
commit f4feb00b3a
3 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.3 2022/01/19 18:43:39 abieber Exp $
# $OpenBSD: Makefile,v 1.4 2022/03/07 18:03:30 abieber Exp $
COMMENT = shell parser, formatter, and interpreter
MODGO_MODNAME = mvdan.cc/sh/v3
MODGO_VERSION = v3.4.2
MODGO_VERSION = v3.4.3
DISTNAME = shfmt-${MODGO_VERSION}

View File

@ -35,7 +35,7 @@ SHA256 (go_modules/gopkg.in/errgo.v2/@v/v2.1.0.mod) = 4wUgQkglZieWb/hcfcWRzy0Ofe
SHA256 (go_modules/gopkg.in/errgo.v2/@v/v2.1.0.zip) = a4lUgZog7FKYKiBv0+uUYp/1PFeQqndTTm2Nr33gG+4=
SHA256 (go_modules/mvdan.cc/editorconfig/@v/v0.2.0.mod) = 9Zm959knns+MkZaERhjWNHJZ0j2u5YLTb+XzjOUfLIo=
SHA256 (go_modules/mvdan.cc/editorconfig/@v/v0.2.0.zip) = qeQ61HQvJ/ey+yeCDTalFxxUD6Q/nsXZK5tm0KA7ctE=
SHA256 (shfmt-v3.4.2.zip) = VQBlYz2lEZwsrHbAtG1Y84A2lURMkQk8qHNxrirrzJ8=
SHA256 (shfmt-v3.4.3.zip) = 2szmop+haOlKWAYsYriMQ4jNqu1+gp+BowTKWDDYpHc=
SIZE (go_modules/github.com/creack/pty/@v/v1.1.15.mod) = 38
SIZE (go_modules/github.com/creack/pty/@v/v1.1.15.zip) = 23943
SIZE (go_modules/github.com/creack/pty/@v/v1.1.9.mod) = 39
@ -73,4 +73,4 @@ SIZE (go_modules/gopkg.in/errgo.v2/@v/v2.1.0.mod) = 133
SIZE (go_modules/gopkg.in/errgo.v2/@v/v2.1.0.zip) = 15087
SIZE (go_modules/mvdan.cc/editorconfig/@v/v0.2.0.mod) = 38
SIZE (go_modules/mvdan.cc/editorconfig/@v/v0.2.0.zip) = 12867
SIZE (shfmt-v3.4.2.zip) = 217742
SIZE (shfmt-v3.4.3.zip) = 218179

View File

@ -1,4 +1,4 @@
# $OpenBSD: modules.inc,v 1.1.1.1 2021/12/10 21:23:03 abieber Exp $
# $OpenBSD: modules.inc,v 1.2 2022/03/07 18:03:30 abieber Exp $
MODGO_MODULES = \
github.com/creack/pty v1.1.15 \