diff --git a/security/pinact/Portfile b/security/pinact/Portfile index f2e4008991e..1cb44460065 100644 --- a/security/pinact/Portfile +++ b/security/pinact/Portfile @@ -3,7 +3,7 @@ PortSystem 1.0 PortGroup golang 1.0 -go.setup github.com/suzuki-shunsuke/pinact 4.0.0 v +go.setup github.com/suzuki-shunsuke/pinact 4.1.0 v go.offline_build no categories security maintainers {macports.halostatue.ca:austin @halostatue} \ @@ -18,9 +18,9 @@ description A CLI to edit GitHub Workflow and Composite action files and long_description {*}${description} checksums ${distname}${extract.suffix} \ - rmd160 07fde517a9807e0ca7e57633f622785a298d7a6d \ - sha256 880e29511209f1cb55ac53e4e72b9ee2c62c13340420ed3263b99302f9b71bd2 \ - size 105497 + rmd160 6055da1f63caabe4c7b3a807b00837afa7487bcb \ + sha256 0305c7db5cfcb2a62f7f5faa74e7cc3312c9ec10cbe01eadc23128d6a119eb03 \ + size 105638 livecheck.regex {v(\d+\.\d+\.\d+)$} @@ -52,8 +52,3 @@ destroot { xinstall ${worksrcpath}/${name}.zsh \ ${destroot}${prefix}/${zsh_completions_dir}/_${name} } - -notes { - Pinact 4 has several breaking changes covered in its release notes: - https://github.com/suzuki-shunsuke/pinact/releases/tag/v4.0.0 -}