]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
ruby: Change archive type from xz to gz
authorAdolf Belka <adolf.belka@ipfire.org>
Fri, 30 May 2025 21:48:55 +0000 (23:48 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 31 May 2025 10:28:37 +0000 (10:28 +0000)
- The gz archive has an sha256 sum for comparison. Th xz archive has nothing.
- Changed the source location to the one with gz file and sha256sum.

Signed-off-by: Adolf Belka <adolf.belka@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
lfs/ruby

index 7175a1792b49fc1a59267754345e4b78fdb54f2f..cb1b1c74ba4f81162285135a31c5a047f7227bc8 100644 (file)
--- a/lfs/ruby
+++ b/lfs/ruby
@@ -27,12 +27,12 @@ include Config
 VER        = 3.4.4
 
 THISAPP    = ruby-$(VER)
-DL_FILE    = $(THISAPP).tar.xz
+DL_FILE    = $(THISAPP).tar.gz
 DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 
-# https://mirror.cyberbits.eu/ruby/
+# https://www.ruby-lang.org/en/downloads/
 
 CFLAGS += -DRUBY_FUNCTION_NAME_STRING=__FUNCTION__