wok rev 22138

updated wordpress (3.4.1 -> 5.2.4)
author Hans-G?nter Theisgen
date Tue Nov 05 09:31:14 2019 +0100 (2019-11-05)
parents 2ed72f71270b
children cb87f07c4649
files wordpress/receipt
line diff
     1.1 --- a/wordpress/receipt	Tue Nov 05 09:18:31 2019 +0100
     1.2 +++ b/wordpress/receipt	Tue Nov 05 09:31:14 2019 +0100
     1.3 @@ -1,17 +1,18 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="wordpress"
     1.7 -VERSION="3.4.1"
     1.8 +VERSION="5.2.4"
     1.9  CATEGORY="misc"
    1.10  SHORT_DESC="Blog Tool and Publishing Platform."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="GPL2"
    1.13 +WEB_SITE="https://wordpress.org/"
    1.14 +
    1.15 +TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.16 +WGET_URL="${WEB_SITE}$TARBALL"
    1.17 +
    1.18  SUGGESTED="apache cherokee"
    1.19 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.20 -WEB_SITE="https://wordpress.org/"
    1.21 -WGET_URL="$WEB_SITE/$TARBALL"
    1.22 -
    1.23 -DEPENDS="php mysql php-mysql"
    1.24 +DEPENDS="mysql php php-mysql"
    1.25  
    1.26  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.27  genpkg_rules()