]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
elinks: Update to 0.18.0
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Feb 2025 22:53:24 +0000 (22:53 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 22 Feb 2025 22:53:24 +0000 (22:53 +0000)
Also update to libidn2.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
elinks/elinks.nm

index 9e72b941dbd3e170a39dc30cb5e234961d3735e1..2dfc7b9a7782b2b3eedaeaaaa5a450d8d262506e 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = elinks
-version    = 0.16.0
+version    = 0.18.0
 release    = 1
 
 groups     = Applications/Internet
@@ -19,8 +19,12 @@ description
        It is quite portable and runs on a variety of platforms.
 end
 
-source_dl  = https://github.com/rkd77/elinks/archive/v%{version}.tar.gz#/
-sources    = %{thisapp}.tar.bz2
+# This project is hosted on GitHub
+github_organization = rkd77
+github_version = v%{version}
+
+source_dl  = %{github_download_url}
+sources    = %{thisapp}.tar.xz
 
 build
        requires
@@ -28,7 +32,7 @@ build
                automake
                bzip2-devel
                expat-devel
-               libidn-devel
+               libidn2-devel
                libtool
                openssl-devel
                xz-devel