1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/discourse_ynh.git synced 2024-09-03 18:26:18 +02:00

Merge pull request #19 from YunoHost-Apps/testing

Upgrade to upstream version 2.2.4
This commit is contained in:
JimboJoe 2019-03-30 21:32:45 +01:00 committed by GitHub
commit 149f040a55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 7 deletions

View file

@ -32,7 +32,7 @@ Finally, if installing on a low-end ARM device (e.g. Raspberry Pi):
To learn more about the philosophy and goals of the project, [visit **discourse.org**](http://www.discourse.org). To learn more about the philosophy and goals of the project, [visit **discourse.org**](http://www.discourse.org).
**Shipped version:** 2.2.3 **Shipped version:** 2.2.4
## Screenshots ## Screenshots

View file

@ -12,7 +12,7 @@
setup_private=1 setup_private=1
setup_public=1 setup_public=1
upgrade=1 upgrade=1
upgrade=1 from_commit=c8a29d271b87eac57e8dbf1a464c11a51d09810c upgrade=1 from_commit=de467cfa38791f43215ffea88d4b85460e5c0457
backup_restore=1 backup_restore=1
# Activate multi-instance test only if you have more than 2Gb RAM! # Activate multi-instance test only if you have more than 2Gb RAM!
multi_instance=1 multi_instance=1
@ -36,6 +36,6 @@
Email= Email=
Notification=none Notification=none
;;; Upgrade options ;;; Upgrade options
; commit=c8a29d271b87eac57e8dbf1a464c11a51d09810c ; commit=de467cfa38791f43215ffea88d4b85460e5c0457
name=Upgrade to upstream version 2.1.8 name=Upgrade to 2.2.3 (fixes #16)
manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1& manifest_arg=domain=DOMAIN&path=PATH&admin=USER&is_public=1&

View file

@ -1,3 +1,3 @@
SOURCE_URL=https://github.com/discourse/discourse/archive/v2.2.3.tar.gz SOURCE_URL=https://github.com/discourse/discourse/archive/v2.2.4.tar.gz
SOURCE_SUM=401f0a0e94fd55c158bbc4519d8147233ca9987f59bac13519d976456b31d279 SOURCE_SUM=b96e31860ecbdba0d4812c9fee9d63acb5610afb0e79f1a1b82b422b25dd8760
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz

View file

@ -6,7 +6,7 @@
"en": "Discussion platform", "en": "Discussion platform",
"fr": "Plateforme de discussion" "fr": "Plateforme de discussion"
}, },
"version": "2.2.3~ynh1", "version": "2.2.4~ynh1",
"url": "http://Discourse.org", "url": "http://Discourse.org",
"license": "GPL-2.0", "license": "GPL-2.0",
"maintainer": { "maintainer": {