* [PATCH] ruby: Change archive type from xz to gz
@ 2025-05-30 21:48 Adolf Belka
2025-05-31 10:29 ` Michael Tremer
0 siblings, 1 reply; 2+ messages in thread
From: Adolf Belka @ 2025-05-30 21:48 UTC (permalink / raw)
To: development; +Cc: Adolf Belka
- 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>
---
lfs/ruby | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/lfs/ruby b/lfs/ruby
index 7175a1792..cb1b1c74b 100644
--- 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__
--
2.49.0
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] ruby: Change archive type from xz to gz
2025-05-30 21:48 [PATCH] ruby: Change archive type from xz to gz Adolf Belka
@ 2025-05-31 10:29 ` Michael Tremer
0 siblings, 0 replies; 2+ messages in thread
From: Michael Tremer @ 2025-05-31 10:29 UTC (permalink / raw)
To: Adolf Belka; +Cc: development
Thank you! Merged!
Hopefully the build is running through now *fingers crossed*
-Michael
> On 30 May 2025, at 22:48, Adolf Belka <adolf.belka@ipfire.org> wrote:
>
> - 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>
> ---
> lfs/ruby | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/lfs/ruby b/lfs/ruby
> index 7175a1792..cb1b1c74b 100644
> --- 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__
>
> --
> 2.49.0
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-05-31 10:29 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-05-30 21:48 [PATCH] ruby: Change archive type from xz to gz Adolf Belka
2025-05-31 10:29 ` Michael Tremer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox