Skip to content

jsonnet-bundler: update to 0.6.0 #28628

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions devel/jsonnet-bundler/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/jsonnet-bundler/jsonnet-bundler 0.5.1 v
go.setup github.com/jsonnet-bundler/jsonnet-bundler 0.6.0 v
# Delete this on next update to use golang PortGroup's default ('archive')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please act upon this comment; it will require you to update the checksums as well.

github.tarball_from tarball
categories devel
Expand All @@ -29,9 +29,9 @@ destroot {
}

checksums ${distname}${extract.suffix} \
rmd160 80a73b7d8c110e19c4a879584f41ba2532c93317 \
sha256 812cdf4710a563ed58912663345c2dedbec993d749068d13f966b58d2d03153b \
size 1103707
rmd160 a6013d5a9fae8500f6fc1e0261596d2c9fac772c \
sha256 722738b1520b7021c2d679e80f69e4fba78a54bdc6409a101111daea94f14cf5 \
size 1103644

go.vendors gopkg.in/yaml.v3 \
lock v3.0.1 \
Expand Down