1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/proxitok_ynh.git synced 2024-09-03 20:15:53 +02:00
This commit is contained in:
ericgaspar 2022-04-10 18:44:05 +02:00
parent 0606210459
commit 915b8e4dd2
No known key found for this signature in database
GPG key ID: 574F281483054D44
3 changed files with 4 additions and 4 deletions

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.1.0.tar.gz
SOURCE_SUM=cc58d94f1f6fecfd69931e1adb708b4ef5324da35f8babbf94e92853ee4ef53f
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.1.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"