wok diff urbackup-server/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (16 months ago)
parents 922f061231c2
children 3c71bb4367c3
line diff
     1.1 --- a/urbackup-server/receipt	Mon Jan 17 11:01:52 2022 +0000
     1.2 +++ b/urbackup-server/receipt	Fri Jan 27 10:37:43 2023 +0100
     1.3 @@ -7,7 +7,7 @@
     1.4  SHORT_DESC="An easy to setup Open Source client-server backup system."
     1.5  MAINTAINER="pascal.bellard@slitaz.org"
     1.6  LICENSE="GPL3"
     1.7 -WEB_SITE="https://www.urbackup.org/"
     1.8 +WEB_SITE="https://github.com/uroni/urbackup_backend"
     1.9  
    1.10  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.11  WGET_URL="https://hndl.urbackup.org/Server/$VERSION/$TARBALL"
    1.12 @@ -18,7 +18,7 @@
    1.13  # What is the latest version available today?
    1.14  current_version()
    1.15  {
    1.16 -	wget -O - $WEB_SITE/download.html 2>/dev/null | \
    1.17 +	wget -O - https://www.urbackup.org/download.html 2>/dev/null | \
    1.18  	sed "/$PACKAGE-/!d;/href/!d;s|.*$PACKAGE-||;s|.tar.*||;q"
    1.19  }
    1.20