1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/proxitok_ynh.git synced 2024-09-03 20:15:53 +02:00

Merge pull request #3 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-05-23 10:14:12 +02:00 committed by GitHub
commit 117af656d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 6 deletions

View file

@ -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.2.0.0~ynh2
**Shipped version:** 2.2.2.0~ynh1
**Demo:** https://proxitok.herokuapp.com/

View file

@ -24,7 +24,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.2.0.0~ynh2
**Version incluse :** 2.2.2.0~ynh1
**Démo :** https://proxitok.herokuapp.com/

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/pablouser1/ProxiTok/archive/refs/tags/v2.2.0.0.tar.gz
SOURCE_SUM=47c91e2d25176b4abf746a3e92ebaa0af76702d678e67712b49870ff85bf89e3
SOURCE_URL=https://github.com/pablouser1/ProxiTok/archive/refs/tags/v2.2.2.0.tar.gz
SOURCE_SUM=c1e41231c652ac3b1c6a9985fb7cc1fc4c1d5b11ee2048928bd05e6517a7042b
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Alternative frontend for TikTok",
"fr": "Frontend alternatif à TikTok"
},
"version": "2.2.0.0~ynh2",
"version": "2.2.2.0~ynh1",
"url": "https://proxitok.herokuapp.com",
"upstream": {
"license": "AGPL-3.0-only",

View file

@ -7,7 +7,7 @@
YNH_PHP_VERSION="8.0"
# Composer version
YNH_COMPOSER_VERSION="2.2.9"
YNH_COMPOSER_VERSION="2.3.3"
# 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"