phpMyAdmin: update to 5.2.0, fix update check.

This commit is contained in:
Joel Beckmeyer 2022-08-30 09:20:15 -04:00 committed by classabbyamp
parent e2ca9c1465
commit b8de8de907
2 changed files with 6 additions and 4 deletions

View File

@ -1,16 +1,16 @@
# Template file for 'phpMyAdmin'
pkgname=phpMyAdmin
version=5.0.4
version=5.2.0
revision=1
wrksrc="phpMyAdmin-${version}-all-languages"
conf_files="/etc/webapps/phpMyAdmin/config.inc.php"
depends="php mysql"
depends="php 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"
homepage="https://www.phpmyadmin.net"
distfiles="https://files.phpmyadmin.net/phpMyAdmin/${version}/phpMyAdmin-${version}-all-languages.tar.xz"
checksum=1578c1a08e594da4f4f62e676ccbdbd17784c3de769b094ba42c35bf05c057db
checksum=66da31ca295f06182ac3f2e6e96057dc824c459baedf4b29de6ed0d3be039230
do_install() {
vmkdir usr/share/webapps/

View File

@ -0,0 +1,2 @@
site="https://www.phpmyadmin.net/home_page/version.txt"
pattern="^\K[\d.]+$"