wok diff aspell-pl/receipt @ rev 25691

Up lynis (3.1.1), ncurses-examples (20211021)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Apr 16 10:43:04 2024 +0000 (6 weeks ago)
parents c5245e11296b
children
line diff
     1.1 --- a/aspell-pl/receipt	Wed Jan 11 14:20:29 2023 +0000
     1.2 +++ b/aspell-pl/receipt	Tue Apr 16 10:43:04 2024 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="aspell-pl"
     1.7 -VERSION="6.0_20230101-0"
     1.8 +VERSION="6.0_20230301-0"
     1.9  CATEGORY="system-tools"
    1.10  SHORT_DESC="Polish aspell dictionary."
    1.11  MAINTAINER="paul@slitaz.org"
    1.12 @@ -10,7 +10,7 @@
    1.13  
    1.14  SOURCE="sjp-aspell6-pl"
    1.15  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.16 -WGET_URL="https://sjp.pl/sl/ort/$TARBALL"
    1.17 +WGET_URL="https://web.archive.org/web/20230301175948/https://sjp.pl/sl/ort/$TARBALL"
    1.18  
    1.19  DEPENDS="aspell"
    1.20  BUILD_DEPENDS="aspell aspell-dev"
    1.21 @@ -18,7 +18,7 @@
    1.22  # What is the latest version available today?
    1.23  current_version()
    1.24  {
    1.25 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    1.26 +	wget -O - https://sjp.pl/sl/ort/ 2>/dev/null | \
    1.27  	sed "/$SOURCE/!d;s|.*$SOURCE-\\(.*\\).tar.*\".*|\\1|;q" 
    1.28  }
    1.29