From 3eff52db745507428c8ec436736f0e60211b269e Mon Sep 17 00:00:00 2001 From: Aeris One Date: Tue, 24 Mar 2020 21:03:51 +0100 Subject: [PATCH 1/3] Update app.src --- conf/app.src | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index e08075c..d3beefe 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/pterodactyl/panel/releases/download/v0.7.12/panel.tar.gz -SOURCE_SUM=26973de471dc65a81ff1770b6f2d7116f534c1bdf9c2d3ce9494b714a106e7b57b1af70769c4c23d085a88fea89850ec7d53b0a05b1c390ada67ad2a3d3900bb -SOURCE_SUM_PRG=sha512sum +SOURCE_URL=https://github.com/pterodactyl/panel/releases/download/v0.7.17/panel.tar.gz +SOURCE_SUM=b3e37e5cf34b3fbcec73cab8947300dd55f1ba289a83501c76f198dd4e6c3750 +SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true From f3da079e041b221ddf4d043cf408dfd7e73c6cc6 Mon Sep 17 00:00:00 2001 From: Aeris One Date: Sun, 29 Mar 2020 22:36:34 +0200 Subject: [PATCH 2/3] Update manifest.json --- manifest.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/manifest.json b/manifest.json index 1e28c4c..1048e4d 100644 --- a/manifest.json +++ b/manifest.json @@ -1,20 +1,20 @@ -{ + "name": "Pterodactyl", "id": "pterodactyl", "packaging_format": 1, "description": { - "en": "Pterodactyl package for YunoHost.", - "fr": "Pterodactyl pour YunoHost." + "en": "Pterodactyl is a gameserver management panel (Minecraft, ARK, Rust,...)", + "fr": "Pterodactyl est un panel de gestion de serveurs de jeux (Minecraft, ARK, Rust,...)" }, - "version": "0.7.11", + "version": "0.7.17", "url": "https://pterodactyl.io/", "license": "free", "maintainer": { - "name": "liberodark", - "email": "liberodark@gmail.com" + "name": "Aeris", + "email": "aeris@e.email" }, "requirements": { - "yunohost": ">= 2.7.2" + "yunohost": ">= 3.5" }, "multi_instance": true, "services": [ @@ -37,8 +37,8 @@ "name": "path", "type": "path", "ask": { - "en": "Choose a path for Pterodactyl only /pterodactyl is accepted", - "fr": "Choisissez un chemin pour Pterodactyl uniquement /pterodactyl est accepté" + "en": "Choose a path for Pterodactyl. For now, only /pterodactyl is accepted", + "fr": "Choisissez un chemin pour Pterodactyl. Pour l'instant seulement /pterodactyl est accepté" }, "example": "/pterodactyl", "default": "/pterodactyl" From 3c0c17af2aac50cd275ee029046518303d6e5f0e Mon Sep 17 00:00:00 2001 From: Aeris One Date: Sun, 29 Mar 2020 22:37:17 +0200 Subject: [PATCH 3/3] Update manifest.json --- manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.json b/manifest.json index 1048e4d..c4014d4 100644 --- a/manifest.json +++ b/manifest.json @@ -1,4 +1,4 @@ - +{ "name": "Pterodactyl", "id": "pterodactyl", "packaging_format": 1,