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 20250212 #27635

Merged
merged 1 commit into from
Feb 12, 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 20250205 v
github.setup rbenv ruby-build 20250212 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 562d5968fd53335f6c5109f68ac974900cc3cc5c \
sha256 1ac47d39c32b96be44d81abc3146f46e71d5a89adbb67de4d665f96d15ad1a28 \
size 94953
checksums rmd160 c1eb0a57ac184d6de42e372c668c7c33f1ca7ac6 \
sha256 af7a012e14585d6e9cd2a80e50bc31abc389e49f704302a2def40a74ccd145c0 \
size 95016

use_configure no
build {}
Expand Down