pmwiki: update to 2.2.135

This commit is contained in:
Juergen Daubert 2021-02-02 12:02:43 +01:00
parent 0f1b0deb80
commit aaf47c3175
2 changed files with 13 additions and 13 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF30yiGU9UdIQ+EEELjgqpni4+Hg9iU9v82rq5kPKfV9M1O8glCPdUXuozFlPB3rxIGvUilrjztohxFLaUgUAzCww=
SHA256 (Pkgfile) = 0e324883c51d5e313aeadb08d4453faf41a05971f29901346cf3509c1b904d96
RWSagIOpLGJF37/tMLxQzNVqanz36B60RFfTfTkg4/w+bQkqdRo56chnoqs+A5XV+8BbZS40W/t9n3PCIqmNCO5cbi6cEHRPsAQ=
SHA256 (Pkgfile) = 4763abb3d7c667494c2b7f7139993c595e290cf27790472ad2163ae3351cd5e5
SHA256 (.footprint) = 78096c11e1b8a9e4946dd3d99c90d9be7f971f03f8b4afd3c02c0a411382d116
SHA256 (pmwiki-2.2.133.tgz) = a34f7aa236b304935a67710e98b030b0b63df28be24bcdad44f6ae1d22c4d841
SHA256 (pmwiki-2.2.135.tgz) = 94c64f1aab6c1536f90e466e46eed18dc1b3ce862ea5de09176ad312b7fa0f59

View File

@ -1,18 +1,18 @@
# Description: Really cool WikiWiki clone written in PHP
# URL: http://www.pmwiki.org/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: php-fpm
# URL: http://www.pmwiki.org/
# Maintainer: Juergen Daubert, jue at crux dot nu
# Depends on: php-fpm
name=pmwiki
version=2.2.133
version=2.2.135
release=1
source=(http://www.pmwiki.org/pub/$name/$name-$version.tgz)
build () {
install -d $PKG/var/www/$name
install -d -o www -m 700 $PKG/var/www/$name/{wiki.d,uploads}
cp -R $name-$version/* $PKG/var/www/$name
mv $PKG/var/www/$name/{docs/sample-config.php,local/config.php.sample}
rm -r $PKG/var/www/$name/docs
find $PKG -name 'README*' -delete
install -d $PKG/var/www/$name
install -d -o www -m 700 $PKG/var/www/$name/{wiki.d,uploads}
cp -R $name-$version/* $PKG/var/www/$name
mv $PKG/var/www/$name/{docs/sample-config.php,local/config.php.sample}
rm -r $PKG/var/www/$name/docs
find $PKG -name 'README*' -delete
}