wok diff adminer/receipt @ rev 23152
updated lxsession (0.5.4 -> 0.5.5)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 15 16:46:05 2020 +0100 (2020-03-15) |
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 Mar 15 16:46:05 2020 +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()