wok diff adminer/receipt @ rev 23848

inkscape: update build_depends
author Richard Dunbar <mojo@slitaz.org>
date Sun Jun 14 23:18:03 2020 -0400 (2020-06-14)
parents bdd5dd52ad52
children 5ea0ce1cecc0
line diff
     1.1 --- a/adminer/receipt	Mon Jan 21 10:25:55 2019 +0100
     1.2 +++ b/adminer/receipt	Sun Jun 14 23:18:03 2020 -0400
     1.3 @@ -1,18 +1,19 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="adminer"
     1.7 -VERSION="4.1.0"
     1.8 +VERSION="4.7.5"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Database management in a single PHP file."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="GPL2 Apache"
    1.13 +WEB_SITE="https://www.adminer.org/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.zip"
    1.16 -WEB_SITE="https://www.adminer.org/"
    1.17 -WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18 +WGET_URL="https://github.com/vrana/$PACKAGE/releases/download/v$VERSION/$TARBALL"
    1.19  
    1.20 +SUGGESTED="php-mysql php-pgsql php-sqlite"
    1.21  DEPENDS="php"
    1.22  BUILD_DEPENDS="php-cli php-mysql php-pgsql php-sqlite"
    1.23 -SUGGESTED="php-mysql php-pgsql php-sqlite"
    1.24  
    1.25  # Rules to configure and make the package.
    1.26  compile_rules()