wok diff urbackup-client/receipt @ rev 25040
cups-filters: use standard c++14
author | Hans-G?nter Theisgen |
---|---|
date | Fri May 27 07:47:27 2022 +0100 (2022-05-27) |
parents | 922f061231c2 |
children | 272fb709866b |
line diff
1.1 --- a/urbackup-client/receipt Mon Jan 17 11:01:52 2022 +0000 1.2 +++ b/urbackup-client/receipt Fri May 27 07:47:27 2022 +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/Client/$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