mirror of
https://github.com/YunoHost-Apps/galette_ynh.git
synced 2024-09-03 18:36:28 +02:00
Fix
This commit is contained in:
parent
b9cd521625
commit
8e33be1e84
3 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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 */
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue