Skip to content

Commit

Permalink
go-mmv: update to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
herbygillot committed Jul 26, 2021
1 parent d050e4c commit d298fb9
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions sysutils/go-mmv/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup golang 1.0

go.setup github.com/itchyny/mmv 0.1.2 v
go.setup github.com/itchyny/mmv 0.1.3 v
name go-mmv
revision 0

Expand All @@ -25,6 +25,8 @@ build.cmd make
build.pre_args CURRENT_REVISION=v${version}
build.args build

github.tarball_from archive

patch {
reinplace {/GO111MODULE/ d} ${worksrcpath}/Makefile
}
Expand All @@ -34,15 +36,15 @@ destroot {
}

checksums ${distname}${extract.suffix} \
rmd160 25798d8266395eb94208761382d885aea336d850 \
sha256 d9f9764c93e3755fe8fa7e23b87bd00700a79190e5888734d90b4a61a8ad5b2f \
size 7522
rmd160 b581aeb9d0427f5b74db7e8fa7681ef159382e6c \
sha256 782676aa5795ffa55c439eea1d8b3a49314266fc1bf50298fa18a474d8e100b6 \
size 8627

go.vendors golang.org/x/sys \
lock af09f7315aff \
rmd160 2e2294bcbcefb80f8ad5a51d474a18f08f8ffcdb \
sha256 9ee36a2c435fda5e5b9d80c764d9972d5110a232418ec1f4f0fb9e5307e0cd51 \
size 1063406 \
lock 0df2131ae363 \
rmd160 ca4198344050e536ad5ff982e3f6a3a2a9a760dd \
sha256 217406d3f4dd5e485bee53d4ea1f6bbed01e6ce55c6c0f8cd0c287d3b071b180 \
size 1091583 \
github.com/mattn/go-tty \
lock v0.0.3 \
rmd160 a9e55e7400c71fbcee463f9bc0e649763b0c3d80 \
Expand Down

0 comments on commit d298fb9

Please sign in to comment.