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

Ports: Remove the filename entry from files

This commit is contained in:
Tim Schumacher 2023-08-07 21:10:39 +02:00 committed by Jelle Raaijmakers
parent 2732545b4c
commit fb4db096cb
311 changed files with 335 additions and 339 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} ${RUBY_ARCHIVE_SHA256SUM}"
"https://cache.ruby-lang.org/pub/misc/logo/ruby-logo-kit.zip 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"