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 #6 from YunoHost-Apps/testing

Testing
This commit is contained in:
Éric Gaspar 2022-06-19 17:38:42 +02:00 committed by GitHub
commit 3938d028b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 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) - RSS Feed for user, trending and tag (just add /rss to the url)
**Shipped version:** 2.3.0.0~ynh1 **Shipped version:** 2.3.1.0~ynh1
**Demo:** https://proxitok.herokuapp.com/ **Demo:** https://proxitok.herokuapp.com/

View file

@ -5,7 +5,7 @@ It shall NOT be edited by hand.
# ProxiTok pour YunoHost # ProxiTok pour YunoHost
[![Niveau d'intégration](https://dash.yunohost.org/integration/proxitok.svg)](https://dash.yunohost.org/appci/app/proxitok) ![Status du fonctionnement](https://ci-apps.yunohost.org/ci/badges/proxitok.status.svg) ![Status de maintenance](https://ci-apps.yunohost.org/ci/badges/proxitok.maintain.svg) [![Niveau d'intégration](https://dash.yunohost.org/integration/proxitok.svg)](https://dash.yunohost.org/appci/app/proxitok) ![Statut du fonctionnement](https://ci-apps.yunohost.org/ci/badges/proxitok.status.svg) ![Statut de maintenance](https://ci-apps.yunohost.org/ci/badges/proxitok.maintain.svg)
[![Installer ProxiTok avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=proxitok) [![Installer ProxiTok avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=proxitok)
*[Read this readme in english.](./README.md)* *[Read this readme in english.](./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) - RSS Feed for user, trending and tag (just add /rss to the url)
**Version incluse :** 2.3.0.0~ynh1 **Version incluse :** 2.3.1.0~ynh1
**Démo :** https://proxitok.herokuapp.com/ **Démo :** https://proxitok.herokuapp.com/

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/pablouser1/ProxiTok/archive/refs/tags/v2.3.0.0.tar.gz SOURCE_URL=https://github.com/pablouser1/ProxiTok/archive/refs/tags/v2.3.1.0.tar.gz
SOURCE_SUM=27336f52b6a9a1e66a6fcdebd853a974319376168a58b873c0bdbceac466c8ff SOURCE_SUM=eee8517d5279dc689702db7b3d5a4725719ee984f1dcd4be96588498052d9ec7
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

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