From 8e33be1e848649eac1d6f6eae28cd1b0932907fc Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Mon, 4 Apr 2022 09:08:30 +0200 Subject: [PATCH] Fix --- conf/app.src | 4 ++-- conf/config.inc.php.dist | 2 +- manifest.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/conf/app.src b/conf/app.src index 5baafc8..2a9aaaf 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://download.tuxfamily.org/galette/galette-0.9.6.tar.bz2 -SOURCE_SUM=27aa1192180d49bb562f479dafddad0ed67cb819c5aaccc34d2e75741047d9e8 +SOURCE_URL=https://download.tuxfamily.org/galette/galette-0.9.6.1.tar.bz2 +SOURCE_SUM=7f3d09af19711372cc35d48352e115ee96e835ea879298347289d274308bb011 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/conf/config.inc.php.dist b/conf/config.inc.php.dist index b41aacc..a466db5 100644 --- a/conf/config.inc.php.dist +++ b/conf/config.inc.php.dist @@ -14,7 +14,7 @@ define("HOST_DB", "localhost"); /* tcp port for the database */ define("PORT_DB", "5432"); /* the username for the database */ -define("USER_DB", "__DB_NAME__"); +define("USER_DB", "__DB_USER__"); /* password for the username define above */ define("PWD_DB", "__DB_PWD__"); /* the database name */ diff --git a/manifest.json b/manifest.json index 4c6a89c..98c45b1 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Membership management web application for non profit organizations", "fr": "Outil de gestion d'adhérents et de cotisation en ligne pour associations" }, - "version": "0.9.6~ynh1", + "version": "0.9.6.1~ynh1", "url": "https://www.galette.eu", "upstream": { "license": "GPL-3.0-or-later",