diff --git a/README.md b/README.md index 005817d..1aa3da4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to phpMyAdmin is a free software tool written in PHP, intended to handle the administration of MySQL over the Web. phpMyAdmin supports a wide range of operations on MySQL and MariaDB. Frequently used operations (managing databases, tables, columns, relations, indexes, users, permissions, etc) can be performed via the user interface, while you still have the ability to directly execute any SQL statement. -**Shipped version:** 4.9.0.1 +**Shipped version:** 4.9.1 ## Screenshots diff --git a/conf/app.src b/conf/app.src index 86c4840..0b1a9a3 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/phpmyadmin/phpmyadmin/archive/RELEASE_4_9_0_1.tar.gz -SOURCE_SUM=974080cdd3577da098b8f1e1cc117079425973a0592cb0d737a0e95c0980ae45 +SOURCE_URL=https://github.com/phpmyadmin/phpmyadmin/archive/RELEASE_4_9_1.tar.gz +SOURCE_SUM=dd3dfcca597dce11a830421c080758c45f9a462e8da9888fb293beecaf2fb808 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index a549f21..1cece8a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Manage MySQL databases over the web", "fr": "Application web de gestion des bases de données MySQL" }, - "version": "4.9.0.1~ynh1", + "version": "4.9.1~ynh1", "url": "http://www.phpmyadmin.net", "license": "GPL-2.0-only", "maintainer": {