Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

phpMyAdmin: update to 5.2.0, fix update check. #38984

Merged
merged 1 commit into from
Sep 6, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions srcpkgs/phpMyAdmin/template
Original file line number Diff line number Diff line change
@@ -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/
Expand Down
2 changes: 2 additions & 0 deletions srcpkgs/phpMyAdmin/update
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
site="https://www.phpmyadmin.net/home_page/version.txt"
pattern="^\K[\d.]+$"