1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:37:46 +00:00

Ports: Switch to the new files syntax

This commit is contained in:
Tim Schumacher 2023-09-02 06:32:27 +02:00
parent 920dc1ba53
commit 456fd9f574
325 changed files with 368 additions and 351 deletions

View file

@ -10,8 +10,8 @@ useconfigure="true"
use_fresh_config_sub=true
config_sub_paths=("tool/config.sub")
files=(
"${RUBY_ARCHIVE_URL} ${RUBY_ARCHIVE_SHA256SUM}"
"https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip 7f0a980e09874d35d80b958949dc2460e683957de3d2494a1499aea9d9989055"
"${RUBY_ARCHIVE_URL}#${RUBY_ARCHIVE_SHA256SUM}"
"https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip#7f0a980e09874d35d80b958949dc2460e683957de3d2494a1499aea9d9989055"
)
launcher_name="Ruby IRB"
launcher_category="Development"