wok rev 22471

updated adminer (4.1.0 -> 4.7.5)
author Hans-G?nter Theisgen
date Fri Dec 27 17:19:30 2019 +0100 (2019-12-27)
parents 6c82a5e9661b
children 4945e6088799
files adminer/receipt
line diff
     1.1 --- a/adminer/receipt	Fri Dec 27 17:02:20 2019 +0100
     1.2 +++ b/adminer/receipt	Fri Dec 27 17:19:30 2019 +0100
     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()