libtool: Update to 2.4.7

Message ID 0738d9fc-d032-fff4-5d85-5067610e1ba8@ipfire.org
State Accepted
Commit df2b795d4f3a3609180ede9eeb001e27b035ea49
Headers
Series libtool: Update to 2.4.7 |

Commit Message

Peter Müller Nov. 30, 2022, 3:36 p.m. UTC
  Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
---
 libtool/libtool.nm | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)
  

Patch

diff --git a/libtool/libtool.nm b/libtool/libtool.nm
index 4467fbf4b..e95e7ff30 100644
--- a/libtool/libtool.nm
+++ b/libtool/libtool.nm
@@ -4,11 +4,11 @@ 
 ###############################################################################
 
 name       = libtool
-version    = 2.4.6
-release    = 2
+version    = 2.4.7
+release    = 1
 
 groups     = System/Libraries
-url        = http://www.gnu.org/software/libtool/
+url        = https://www.gnu.org/software/libtool/
 license    = GPLv2+ and LGPLv2+ and GFDL
 summary    = Runtime libraries for GNU Libtool Dynamic Module Loader.
 
@@ -19,14 +19,15 @@  description
 	interface which simplifies the process of using shared libraries.
 end
 
-source_dl  = http://ftp.gnu.org/gnu/libtool/
-sources    = %{thisapp}.tar.gz
+source_dl  = https://ftp.gnu.org/gnu/libtool/
+sources    = %{thisapp}.tar.xz
 
 build
 	requires
 		autoconf
 		automake
 		m4
+		perl(Data::Dumper)
 	end
 end