From ffe2523a5dba3008cdd9f3097f3a1545247b4967 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 30 Jun 2022 07:35:30 +0200 Subject: [PATCH 1/3] 2.3.2.0 --- conf/app.src | 4 ++-- manifest.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conf/app.src b/conf/app.src index 441d815..5f6a45a 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/pablouser1/ProxiTok/archive/refs/tags/v2.3.1.0.tar.gz -SOURCE_SUM=eee8517d5279dc689702db7b3d5a4725719ee984f1dcd4be96588498052d9ec7 +SOURCE_URL=https://github.com/pablouser1/ProxiTok/archive/refs/tags/v2.3.2.0.tar.gz +SOURCE_SUM=c1f6fd822f4cd91e588e74ef4e1790cf33ef48c72a8a31e6c5997a3745863e40 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index 2772043..186e598 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Alternative frontend for TikTok", "fr": "Frontend alternatif à TikTok" }, - "version": "2.3.1.0~ynh1", + "version": "2.3.2.0~ynh1", "url": "https://proxitok.herokuapp.com", "upstream": { "license": "AGPL-3.0-only", From 2908da6626985a2e22fa951d649d91d834719268 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 30 Jun 2022 05:35:35 +0000 Subject: [PATCH 2/3] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 6c7a312..a045674 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Use Tiktok with an alternative frontend, inspired by Nitter. - RSS Feed for user, trending and tag (just add /rss to the url) -**Shipped version:** 2.3.1.0~ynh1 +**Shipped version:** 2.3.2.0~ynh1 **Demo:** https://proxitok.herokuapp.com/ diff --git a/README_fr.md b/README_fr.md index 090f1c9..65b079b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -28,7 +28,7 @@ Use Tiktok with an alternative frontend, inspired by Nitter. - RSS Feed for user, trending and tag (just add /rss to the url) -**Version incluse :** 2.3.1.0~ynh1 +**Version incluse :** 2.3.2.0~ynh1 **Démo :** https://proxitok.herokuapp.com/ From 6a79a5bb116161f1dc67fb1630e57c4f45e24dcb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 30 Jun 2022 07:46:24 +0200 Subject: [PATCH 3/3] Update _common.sh --- scripts/_common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index a41fab9..e999858 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,10 +7,10 @@ YNH_PHP_VERSION="8.0" # Composer version -YNH_COMPOSER_VERSION="2.3.3" +YNH_COMPOSER_VERSION="2.3.7" # dependencies used by the app -pkg_dependencies="php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-redis php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-curl" +pkg_dependencies="php${YNH_PHP_VERSION}-xml php${YNH_PHP_VERSION}-zip php${YNH_PHP_VERSION}-redis php${YNH_PHP_VERSION}-mbstring php${YNH_PHP_VERSION}-curl" #================================================= # PERSONAL HELPERS