latest downloads link has moved

Bug #1474880 reported by Simon Smith
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
phpmyadmin (Juju Charms Collection)
New
Undecided
Unassigned

Bug Description

you are required to download the phpmyadmin packages from there website now, not sourceforge
https://www.phpmyadmin.net/downloads/ - link to new downloads
https://www.phpmyadmin.net/files/feed/ - rss feed to use to convert to xml and then extract the latest version

$url = (string) "http://files.phpmyadmin.net/phpMyAdmin/".$release->title."/phpMyAdmin-".$release->title."-all-languages.tar.gz";
$hash = explode(" ",file_get_contents('http://files.phpmyadmin.net/phpMyAdmin/'.$release->title.'/phpMyAdmin-'.$release->title.'-all-languages.tar.gz.md5'));
$hash = (string) $hash[0];

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.