diff --git a/README.md b/README.md index 31a4d13..4abb4e6 100644 --- a/README.md +++ b/README.md @@ -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). -**Shipped version:** 2.2.4 +**Shipped version:** 2.2.5 ## Screenshots diff --git a/conf/app.src b/conf/app.src index ed85f63..9cf7877 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,3 +1,3 @@ -SOURCE_URL=https://github.com/discourse/discourse/archive/v2.2.4.tar.gz -SOURCE_SUM=b96e31860ecbdba0d4812c9fee9d63acb5610afb0e79f1a1b82b422b25dd8760 +SOURCE_URL=https://github.com/discourse/discourse/archive/v2.2.5.tar.gz +SOURCE_SUM=eb0864d43ddc80c828dc656d3d8f33f761f518bf6fb1a269183924582ef677c9 SOURCE_FORMAT=tar.gz diff --git a/manifest.json b/manifest.json index 5a43dc5..00ee38c 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Discussion platform", "fr": "Plateforme de discussion" }, - "version": "2.2.4~ynh1", + "version": "2.2.5~ynh1", "url": "http://Discourse.org", "license": "GPL-2.0", "maintainer": { diff --git a/sources/patches_arm/app-2-Revert-libv8-mini_racer-dependencies-for-ARM-compati.patch b/sources/patches_arm/app-2-Revert-libv8-mini_racer-dependencies-for-ARM-compati.patch index 7dc2ba8..3acd77d 100644 --- a/sources/patches_arm/app-2-Revert-libv8-mini_racer-dependencies-for-ARM-compati.patch +++ b/sources/patches_arm/app-2-Revert-libv8-mini_racer-dependencies-for-ARM-compati.patch @@ -1,12 +1,12 @@ diff --git a/Gemfile.lock b/Gemfile.lock -index b59803ab6a..02b5d55b3d 100644 +index df7187902b..04c80a956c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -172,7 +172,7 @@ GEM jwt (2.1.0) kgio (2.11.2) kramdown (1.17.0) -- libv8 (6.7.288.46.1) +- libv8 (7.3.492.27.1) + libv8 (6.3.292.48.1) listen (3.1.5) rb-fsevent (~> 0.9, >= 0.9.4) @@ -14,9 +14,9 @@ index b59803ab6a..02b5d55b3d 100644 @@ -200,8 +200,8 @@ GEM method_source (0.8.2) mini_mime (1.0.1) - mini_portile2 (2.3.0) -- mini_racer (0.2.3) -- libv8 (>= 6.3) + mini_portile2 (2.4.0) +- mini_racer (0.2.5) +- libv8 (>= 6.9.411) + mini_racer (0.1.15) + libv8 (~> 6.3) mini_scheduler (0.9.1)