1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galette_ynh.git synced 2024-09-03 18:36:28 +02:00
This commit is contained in:
ericgaspar 2022-04-04 09:08:30 +02:00
parent b9cd521625
commit 8e33be1e84
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 4 additions and 4 deletions

View file

@ -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

View file

@ -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 */

View file

@ -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",