# HG changeset patch # User Hans-G?nter Theisgen # Date 1572942674 -3600 # Node ID 7af9d1fd6a1b74f4ed2707312be93220a6c47103 # Parent 2ed72f71270b7f6bc7d4ed786fdbc696edafd8b4 updated wordpress (3.4.1 -> 5.2.4) diff -r 2ed72f71270b -r 7af9d1fd6a1b wordpress/receipt --- a/wordpress/receipt Tue Nov 05 09:18:31 2019 +0100 +++ b/wordpress/receipt Tue Nov 05 09:31:14 2019 +0100 @@ -1,17 +1,18 @@ # SliTaz package receipt. PACKAGE="wordpress" -VERSION="3.4.1" +VERSION="5.2.4" CATEGORY="misc" SHORT_DESC="Blog Tool and Publishing Platform." MAINTAINER="slaxemulator@gmail.com" LICENSE="GPL2" +WEB_SITE="https://wordpress.org/" + +TARBALL="$PACKAGE-$VERSION.tar.gz" +WGET_URL="${WEB_SITE}$TARBALL" + SUGGESTED="apache cherokee" -TARBALL="$PACKAGE-$VERSION.tar.gz" -WEB_SITE="https://wordpress.org/" -WGET_URL="$WEB_SITE/$TARBALL" - -DEPENDS="php mysql php-mysql" +DEPENDS="mysql php php-mysql" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules()