From 14e406f6d8f23324ee53e89e9256e75f78852a50 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 22 Feb 2025 22:53:24 +0000 Subject: [PATCH] elinks: Update to 0.18.0 Also update to libidn2. Signed-off-by: Michael Tremer --- elinks/elinks.nm | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/elinks/elinks.nm b/elinks/elinks.nm index 9e72b941d..2dfc7b9a7 100644 --- a/elinks/elinks.nm +++ b/elinks/elinks.nm @@ -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 -- 2.47.3