From 89cdc4c00b1840ed526c93c7d338ae64c7a360be Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 18 Oct 2022 07:01:04 +0000 Subject: [PATCH] Upgrade to v1.12.0 --- conf/app.src | 4 ++-- manifest.json | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/conf/app.src b/conf/app.src index 8ed6638..6f4b334 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://buildbot.libretro.com/stable/1.10.3/emscripten/RetroArch.7z -SOURCE_SUM=ccbed86baa1b7f6a92104c20ca9671124c15189dfddf76be641c7486c74fc1d2 +SOURCE_URL=https://buildbot.libretro.com/stable/1.12.0/emscripten/RetroArch.7z +SOURCE_SUM=97d2b216c9da94f7d4a36f333e83776fee75b749093e695e04f2c981c6730c06 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=7z SOURCE_FILENAME=retroarch.7z diff --git a/manifest.json b/manifest.json index 1c307ff..a1b4188 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Emulate videogames system and play videogames through your web browser", "fr": "Emulez des consoles de jeux et jouer à ces jeux vidéos dans votre explorateur web" }, - "version": "1.10.3~ynh1", + "version": "1.12.0~ynh1", "url": "http://www.retroarch.com/", "upstream": { "version": "1.10.3", @@ -30,7 +30,7 @@ "nginx" ], "arguments": { - "install" : [ + "install": [ { "name": "domain", "type": "domain" @@ -45,9 +45,9 @@ "name": "is_public", "type": "boolean", "default": true, - "help":{ - "en":"Yes will allow everyone to access the app without login to yunohost instance first", - "fr":"Oui autorisera n'importe qui à accéder à l'application sans s'identifier dans Yunohost" + "help": { + "en": "Yes will allow everyone to access the app without login to yunohost instance first", + "fr": "Oui autorisera n'importe qui à accéder à l'application sans s'identifier dans Yunohost" } } ]