Skip to content

Commit 74d0ec6

Browse files
suhailskhanreneeotten
authored andcommitted
tenv: update to 4.6.2
1 parent adf2b94 commit 74d0ec6

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

sysutils/tenv/Portfile

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
PortSystem 1.0
44
PortGroup golang 1.0
55

6-
go.setup github.com/tofuutils/tenv 4.4.0 v
6+
go.setup github.com/tofuutils/tenv 4.6.2 v
77
go.offline_build no
88
revision 0
99

@@ -16,16 +16,16 @@ long_description \
1616

1717
conflicts terraform \
1818
terragrunt
19-
19+
2020
categories sysutils
2121
license Apache-2
2222
maintainers {icloud.com:github.ssk @suhailskhan} \
2323
openmaintainer
24-
25-
checksums rmd160 b556266d0ee9db7e40ebe5452d3b7d5f0b9d73d7 \
26-
sha256 4ec009b0da3d1645d7ebd674b7f36ac92831946e8d5fff812c352fab041c1d39 \
27-
size 808268
28-
24+
25+
checksums rmd160 4d3775f003b8b6e4c027f149c9a30a509b83ce46 \
26+
sha256 f3ebd348301163509d23c0cb6963c6f69bc9b942c54188c09605cd63f08475a0 \
27+
size 810827
28+
2929
build.env-append CGO_ENABLED=0
3030
build.args-append -o ${worksrcpath}/build/ \
3131
-ldflags="-s -w -X main.version=${version}" \
@@ -56,11 +56,9 @@ destroot {
5656

5757
xinstall -d ${destroot}${prefix}/share/doc/${name}
5858
xinstall -m 644 -W ${worksrcpath} \
59-
CHANGELOG.md LICENSE \
59+
README.md CHANGELOG.md LICENSE SECURITY.md TENV_AS_LIB.md \
6060
${destroot}${prefix}/share/doc/${name}
6161
}
6262

6363
test.run yes
6464
test.cmd ${prefix}/bin/tenv help
65-
66-
github.livecheck.regex {([0-9.]+)}

0 commit comments

Comments
 (0)