[oe-commits] [meta-openembedded] 62/95: phpmyadmin: add correct versions for upstream url and version regex

git at git.openembedded.org git at git.openembedded.org
Sun Mar 18 02:36:04 UTC 2018


This is an automated email from the git hooks/post-receive script.

armin_kuster pushed a commit to branch stagging/master-next
in repository meta-openembedded.

commit 5ecaa85ad885e3f307f1d0c1f23f9f314a55f447
Author: Derek Straka <derek at asterius.io>
AuthorDate: Sun Mar 11 17:25:40 2018 -0400

    phpmyadmin: add correct versions for upstream url and version regex
    
    Signed-off-by: Derek Straka <derek at asterius.io>
    Signed-off-by: Armin Kuster <akuster808 at gmail.com>
---
 meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.7.9.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.7.9.bb b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.7.9.bb
index 27dfe0b..071572d 100644
--- a/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.7.9.bb
+++ b/meta-webserver/recipes-php/phpmyadmin/phpmyadmin_4.7.9.bb
@@ -14,6 +14,9 @@ SRC_URI = "https://files.phpmyadmin.net/phpMyAdmin/${PV}/phpMyAdmin-${PV}-all-la
 SRC_URI[md5sum] = "0a862e3fa52c8b9078e0441ee82be831"
 SRC_URI[sha256sum] = "f19b503f0afb0dd3389d4bb11dab3f438d36e85eef11a5c400c592fd5f539398"
 
+UPSTREAM_CHECK_URI = "https://www.phpmyadmin.net/downloads/"
+UPSTREAM_CHECK_REGEX = "phpMyAdmin-(?P<pver>\d+(\.\d+)+)-all-languages.tar.xz"
+
 S = "${WORKDIR}/phpMyAdmin-${PV}-all-languages"
 
 inherit allarch

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list