mirror of
https://github.com/YunoHost-Apps/mautrix_telegram_ynh.git
synced 2024-09-03 19:45:55 +02:00
commit
a36fe587f6
3 changed files with 10 additions and 10 deletions
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||||
It shall NOT be edited by hand.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
@ -41,4 +41,4 @@ or
|
||||||
sudo yunohost app upgrade mautrix_telegram -u https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing --debug
|
sudo yunohost app upgrade mautrix_telegram -u https://github.com/YunoHost-Apps/mautrix_telegram_ynh/tree/testing --debug
|
||||||
```
|
```
|
||||||
|
|
||||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
|
@ -1,5 +1,5 @@
|
||||||
<!--
|
<!--
|
||||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||||
It shall NOT be edited by hand.
|
It shall NOT be edited by hand.
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
|
|
@ -1,9 +1,12 @@
|
||||||
packaging_format = 2
|
packaging_format = 2
|
||||||
|
|
||||||
id = "mautrix_telegram"
|
id = "mautrix_telegram"
|
||||||
name = "Matrix-Telegram bridge"
|
name = "Matrix-Telegram bridge"
|
||||||
description.en = "Telegram puppeting bridge for Matrix/Synapse"
|
description.en = "Telegram puppeting bridge for Matrix/Synapse"
|
||||||
description.fr = "Passerelle Telegram pour Matrix/Synapse"
|
description.fr = "Passerelle Telegram pour Matrix/Synapse"
|
||||||
|
|
||||||
version = "0.15.1~ynh1"
|
version = "0.15.1~ynh1"
|
||||||
|
|
||||||
maintainers = ["thardev"]
|
maintainers = ["thardev"]
|
||||||
|
|
||||||
[upstream]
|
[upstream]
|
||||||
|
@ -120,14 +123,11 @@ dir = "/opt/yunohost/__APP__"
|
||||||
main.default = 29317
|
main.default = 29317
|
||||||
|
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
|
|
||||||
in_subdir = true
|
in_subdir = true
|
||||||
extract = false
|
extract = false
|
||||||
rename = "mautrix-telegram.tar.gz"
|
rename = "mautrix-telegram.tar.gz"
|
||||||
amd64.url = "https://github.com/mautrix/telegram/archive/refs/tags/v0.15.1.tar.gz"
|
url = "https://github.com/mautrix/telegram/archive/refs/tags/v0.15.1.tar.gz"
|
||||||
amd64.sha256 = "4a437a5be1d736aed50857dc38aa56f3f0ba0d01d6f62ca93b1433f693178950"
|
sha256 = "4a437a5be1d736aed50857dc38aa56f3f0ba0d01d6f62ca93b1433f693178950"
|
||||||
arm64.url = "https://github.com/mautrix/telegram/archive/refs/tags/v0.15.1.tar.gz"
|
autoupdate.strategy = "latest_github_release"
|
||||||
arm64.sha256 = "4a437a5be1d736aed50857dc38aa56f3f0ba0d01d6f62ca93b1433f693178950"
|
|
||||||
armhf.url = "https://github.com/mautrix/telegram/archive/refs/tags/v0.15.1.tar.gz"
|
|
||||||
armhf.sha256 = "4a437a5be1d736aed50857dc38aa56f3f0ba0d01d6f62ca93b1433f693178950"
|
|
||||||
|
|
Loading…
Reference in a new issue