[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Gsrc-commit] trunk r10087: update xz to 5.4.6
From: |
Carl Hansen |
Subject: |
[Gsrc-commit] trunk r10087: update xz to 5.4.6 |
Date: |
Fri, 29 Mar 2024 14:25:39 -0400 (EDT) |
User-agent: |
Bazaar (2.7.0dev1) |
------------------------------------------------------------
revno: 10087
revision-id: carlhansen@gnu.org-20240329182533-xyyecz4qkwois59q
parent: carlhansen@gnu.org-20240329060141-l3sps06zvztw2od5
committer: carlhansen@gnu.org
branch nick: trunk
timestamp: Fri 2024-03-29 18:25:33 +0000
message:
update xz to 5.4.6
modified:
pkg/other/xz/Makefile makefile-20221107035212-rjgabfwzpsmsrnu8-3
pkg/other/xz/sha256sums sha256sums-20221107035212-rjgabfwzpsmsrnu8-4
=== modified file 'pkg/other/xz/Makefile'
--- a/pkg/other/xz/Makefile 2022-11-07 03:52:35 +0000
+++ b/pkg/other/xz/Makefile 2024-03-29 18:25:33 +0000
@@ -1,4 +1,4 @@
-# Copyright © 2022 Carl Hansen <carlhansen@gnu.org>
+# Copyright © 2022,2024 Carl Hansen <carlhansen@gnu.org>
#
# This file is part of GSRC, the GNU Source Release Collection.
# http://www.gnu.org/software/gsrc
@@ -21,8 +21,8 @@
NAME = xz
GARNAME = xz
-GARVERSION = 5.2.7
-HOME_URL = https://tukanni.org/xz/
+GARVERSION = 5.4.6
+HOME_URL = https://github.com/tukaani-project/xz
DESCRIPTION = XZ Utils is free general-purpose data compression
define BLURB
XZ Utils is free general-purpose data compression software with a high
@@ -31,9 +31,9 @@
LZMA Utils.
endef
######################################################################
-# https://tukaani.org/xz/xz-5.2.7.tar.gz
-MASTER_SITES = https://tukaani.org/
-MASTER_SUBDIR = xz/
+#
https://github.com/tukaani-project/xz/releases/download/v5.4.6/xz-5.4.6.tar.bz2
+MASTER_SITES = $(MASTER_GITHUB)
+MASTER_SUBDIR = tukaani-project/xz/releases/download/v$(GARVERSION)/
DISTFILES = $(DISTNAME).tar.bz2
SIGFILES = $(DISTNAME).tar.bz2.sig
=== modified file 'pkg/other/xz/sha256sums'
--- a/pkg/other/xz/sha256sums 2022-11-07 03:52:35 +0000
+++ b/pkg/other/xz/sha256sums 2024-03-29 18:25:33 +0000
@@ -1,2 +1,2 @@
-b65f1d0c2708e57716f4dd2216989a73847ac6fdb4168ffceb155767e22b834b
download/xz-5.2.7.tar.bz2
-75b75c873f5a986feb8eeacc1e97c1ee7a28198ca881eb5f22a22d7bc9c47e51
download/xz-5.2.7.tar.bz2.sig
+913851b274e8e1d31781ec949f1c23e8dbcf0ecf6e73a2436dc21769dd3e6f49
download/xz-5.4.6.tar.bz2
+e22ccce5c745cf3cb04c0a0782873c00204ac531b7fbbdd7d087d1c6595d90a6
download/xz-5.4.6.tar.bz2.sig
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Gsrc-commit] trunk r10087: update xz to 5.4.6,
Carl Hansen <=