wok diff ranger/receipt @ rev 22421

I see these >10 packages also got version updates due to xfce 4.12.0
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 15 09:13:38 2019 +0000 (2019-12-15)
parents b0d5e94d5132
children 524e4a00f32e
line diff
     1.1 --- a/ranger/receipt	Tue Jul 26 19:09:36 2016 +0100
     1.2 +++ b/ranger/receipt	Sun Dec 15 09:13:38 2019 +0000
     1.3 @@ -1,15 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="ranger"
     1.7 -VERSION="1.7.2"
     1.8 +VERSION="1.9.2"
     1.9  CATEGORY="utilities"
    1.10 +TAGS="file-manager"
    1.11  SHORT_DESC="File manager."
    1.12  MAINTAINER="paul@slitaz.org"
    1.13  LICENSE="GPL3"
    1.14 +WEB_SITE="https://ranger.github.io/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://nongnu.org/ranger/"
    1.18 -WGET_URL="http://nongnu.org/ranger/$PACKAGE-stable.tar.gz"
    1.19 -TAGS="file-manager"
    1.20 +WGET_URL="https://github.com/$PACKAGE/$PACKAGE/archive/v$VERSION.tar.gz"
    1.21  
    1.22  DEPENDS="python"
    1.23  BUILD_DEPENDS="python python-dev"