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

ruby-build: Update to 20250121 #27462

Merged
merged 1 commit into from
Jan 22, 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 ruby/ruby-build/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
PortSystem 1.0
PortGroup github 1.0

github.setup rbenv ruby-build 20250115 v
github.setup rbenv ruby-build 20250121 v
github.tarball_from archive
categories ruby
license MIT
Expand All @@ -17,9 +17,9 @@ maintainers {mojca @mojca} \
description Compile and install Ruby
long_description {*}${description}

checksums rmd160 82f24d6baf40b4c83c5ea6bfcd0d48ffe203d3e6 \
sha256 a3de300a2d02fb4045f2d402465647802a64b626e73907210f13c4260a5a64ec \
size 93700
checksums rmd160 5cf3bb23479854cd82a52533efc2950845877a62 \
sha256 8e69b30941913f7aa3cbf9c464a21e4be43120f631f1ad3cc3992cc273b574cc \
size 94174

use_configure no
build {}
Expand Down