wok-current diff alpine/receipt @ rev 25420

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 08 07:39:58 2022 +0000 (23 months ago)
parents 180119c209e8
children
line diff
     1.1 --- a/alpine/receipt	Fri Jun 17 09:35:48 2022 +0000
     1.2 +++ b/alpine/receipt	Mon Aug 08 07:39:58 2022 +0000
     1.3 @@ -9,8 +9,8 @@
     1.4  LICENSE="Apache"
     1.5  WEB_SITE="https://repo.or.cz/alpine.git"
     1.6  
     1.7 -TARBALL="$PACKAGE-$VERSION.tar.gz"
     1.8 -WGET_URL="https://repo.or.cz/alpine.git/snapshot/v$VERSION.tar.gz"
     1.9 +TARBALL="$PACKAGE-$VERSION.tar.xz"
    1.10 +WGET_URL="https://alpineapp.email/alpine/release/src/$TARBALL"
    1.11  
    1.12  DEPENDS="libssl ncurses pam"
    1.13  BUILD_DEPENDS="ncurses-dev openssl-dev pam-dev"
    1.14 @@ -20,7 +20,7 @@
    1.15  # What is the latest version available today?
    1.16  current_version()
    1.17  {
    1.18 -	wget -O - ${WGET_URL%/*} 2>/dev/null | \
    1.19 +	wget -O - http://repo.or.cz/alpine.git/snapshot/ 2>/dev/null | \
    1.20  	sed '/Release version/!d;s|.*version ||;s|<.*||;q'
    1.21  }
    1.22