mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
phpMyAdmin: update to 5.2.0, fix update check.
This commit is contained in:
parent
e2ca9c1465
commit
b8de8de907
2 changed files with 6 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'phpMyAdmin'
|
# Template file for 'phpMyAdmin'
|
||||||
pkgname=phpMyAdmin
|
pkgname=phpMyAdmin
|
||||||
version=5.0.4
|
version=5.2.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="phpMyAdmin-${version}-all-languages"
|
wrksrc="phpMyAdmin-${version}-all-languages"
|
||||||
conf_files="/etc/webapps/phpMyAdmin/config.inc.php"
|
conf_files="/etc/webapps/phpMyAdmin/config.inc.php"
|
||||||
depends="php mysql"
|
depends="php mariadb"
|
||||||
short_desc="Web interface for MySQL and MariaDB"
|
short_desc="Web interface for MySQL and MariaDB"
|
||||||
maintainer="Franc[e]sco <lolisamurai@tfwno.gf>"
|
maintainer="Joel Beckmeyer <joel@beckmeyer.us>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://www.phpmyadmin.net"
|
homepage="https://www.phpmyadmin.net"
|
||||||
distfiles="https://files.phpmyadmin.net/phpMyAdmin/${version}/phpMyAdmin-${version}-all-languages.tar.xz"
|
distfiles="https://files.phpmyadmin.net/phpMyAdmin/${version}/phpMyAdmin-${version}-all-languages.tar.xz"
|
||||||
checksum=1578c1a08e594da4f4f62e676ccbdbd17784c3de769b094ba42c35bf05c057db
|
checksum=66da31ca295f06182ac3f2e6e96057dc824c459baedf4b29de6ed0d3be039230
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vmkdir usr/share/webapps/
|
vmkdir usr/share/webapps/
|
||||||
|
|
2
srcpkgs/phpMyAdmin/update
Normal file
2
srcpkgs/phpMyAdmin/update
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
site="https://www.phpmyadmin.net/home_page/version.txt"
|
||||||
|
pattern="^\K[\d.]+$"
|
Loading…
Add table
Reference in a new issue