Skip to content
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

got: update to 0.108 #27503

Merged
merged 1 commit into from
Jan 25, 2025
Merged
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/got/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PortGroup legacysupport 1.1
legacysupport.newest_darwin_requires_legacy 16

name got
version 0.107
version 0.108
revision 0
distname ${name}-portable-${version}
categories devel
Expand All @@ -23,9 +23,9 @@ long_description Game of Trees is a version control system which \
repository.
homepage https://gameoftrees.org/
master_sites ${homepage}releases/portable/
checksums rmd160 90e69b64f799b09ad445bf850e28efa3362dd9be \
sha256 3f5851d84ba28450e5d97d080e86deb3ee68786de8c85d2d080d44f3cfab6a27 \
size 1524409
checksums rmd160 d20e463904a4960c8464c4bcc3061da477959b11 \
sha256 6c8d320add3587ae47c06da32d41fee4087ed661931ba64dc6de77bf432bd3e2 \
size 1525138
# memset_s() is not available on macOS <10.9, so
# emulate it with volatile memset().
if {${os.platform} eq "darwin" && ${os.major} < 13} {
Expand Down