diff --git a/ALL_README.md b/ALL_README.md index 4ed64dd..e3c80d2 100644 --- a/ALL_README.md +++ b/ALL_README.md @@ -6,4 +6,5 @@ - [Lire le README en français](README_fr.md) - [Le o README en galego](README_gl.md) - [Baca README dalam bahasa bahasa Indonesia](README_id.md) +- [Прочитать README на русский](README_ru.md) - [阅读中文(简体)的 README](README_zh_Hans.md) diff --git a/README.md b/README.md index c07fd54..9f3707e 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ It shall NOT be edited by hand. autobrr is the modern download automation tool for torrents and usenet. With inspiration and ideas from tools like trackarr, autodl-irssi and flexget we built one tool that can do it all, and then some. -**Shipped version:** 1.44.0~ynh1 +**Shipped version:** 1.45.0~ynh1 ## Screenshots diff --git a/README_es.md b/README_es.md index 22b9ff8..8b71ec3 100644 --- a/README_es.md +++ b/README_es.md @@ -18,7 +18,7 @@ No se debe editar a mano. autobrr is the modern download automation tool for torrents and usenet. With inspiration and ideas from tools like trackarr, autodl-irssi and flexget we built one tool that can do it all, and then some. -**Versión actual:** 1.44.0~ynh1 +**Versión actual:** 1.45.0~ynh1 ## Capturas diff --git a/README_eu.md b/README_eu.md index 65ff0c2..dc25e48 100644 --- a/README_eu.md +++ b/README_eu.md @@ -18,7 +18,7 @@ EZ editatu eskuz. autobrr is the modern download automation tool for torrents and usenet. With inspiration and ideas from tools like trackarr, autodl-irssi and flexget we built one tool that can do it all, and then some. -**Paketatutako bertsioa:** 1.44.0~ynh1 +**Paketatutako bertsioa:** 1.45.0~ynh1 ## Pantaila-argazkiak diff --git a/README_fr.md b/README_fr.md index 3a4fbde..9385aba 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Il NE doit PAS être modifié à la main. autobrr est l'outil d'automatisation de téléchargement moderne pour torrents et usenet. Avec l'inspiration et les idées d'outils comme trackarr, autodl-irssi et flexget, nous avons construit un outil qui peut tout faire, et plus encore. -**Version incluse :** 1.44.0~ynh1 +**Version incluse :** 1.45.0~ynh1 ## Captures d’écran diff --git a/README_gl.md b/README_gl.md index b989abb..af51af9 100644 --- a/README_gl.md +++ b/README_gl.md @@ -18,7 +18,7 @@ NON debe editarse manualmente. autobrr is the modern download automation tool for torrents and usenet. With inspiration and ideas from tools like trackarr, autodl-irssi and flexget we built one tool that can do it all, and then some. -**Versión proporcionada:** 1.44.0~ynh1 +**Versión proporcionada:** 1.45.0~ynh1 ## Capturas de pantalla diff --git a/README_id.md b/README_id.md index 1586dcc..1850d42 100644 --- a/README_id.md +++ b/README_id.md @@ -18,7 +18,7 @@ Ini TIDAK boleh diedit dengan tangan. autobrr is the modern download automation tool for torrents and usenet. With inspiration and ideas from tools like trackarr, autodl-irssi and flexget we built one tool that can do it all, and then some. -**Versi terkirim:** 1.44.0~ynh1 +**Versi terkirim:** 1.45.0~ynh1 ## Tangkapan Layar @@ -27,7 +27,7 @@ autobrr is the modern download automation tool for torrents and usenet. With ins ## Dokumentasi dan sumber daya - Website aplikasi resmi: -- Repositori kode aplikasi hulu: +- Depot kode aplikasi hulu: - Gudang YunoHost: - Laporkan bug: diff --git a/README_ru.md b/README_ru.md new file mode 100644 index 0000000..dc61c00 --- /dev/null +++ b/README_ru.md @@ -0,0 +1,46 @@ + + +# Autobrr для YunoHost + +[![Уровень интеграции](https://dash.yunohost.org/integration/autobrr.svg)](https://ci-apps.yunohost.org/ci/apps/autobrr/) ![Состояние работы](https://ci-apps.yunohost.org/ci/badges/autobrr.status.svg) ![Состояние сопровождения](https://ci-apps.yunohost.org/ci/badges/autobrr.maintain.svg) + +[![Установите Autobrr с YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=autobrr) + +*[Прочтите этот README на других языках.](./ALL_README.md)* + +> *Этот пакет позволяет Вам установить Autobrr быстро и просто на YunoHost-сервер.* +> *Если у Вас нет YunoHost, пожалуйста, посмотрите [инструкцию](https://yunohost.org/install), чтобы узнать, как установить его.* + +## Обзор + +autobrr is the modern download automation tool for torrents and usenet. With inspiration and ideas from tools like trackarr, autodl-irssi and flexget we built one tool that can do it all, and then some. + +**Поставляемая версия:** 1.45.0~ynh1 + +## Снимки экрана + +![Снимок экрана Autobrr](./doc/screenshots/autobrr-front.png) + +## Документация и ресурсы + +- Официальный веб-сайт приложения: +- Репозиторий кода главной ветки приложения: +- Магазин YunoHost: +- Сообщите об ошибке: + +## Информация для разработчиков + +Пришлите Ваш запрос на слияние в [ветку `testing`](https://github.com/YunoHost-Apps/autobrr_ynh/tree/testing). + +Чтобы попробовать ветку `testing`, пожалуйста, сделайте что-то вроде этого: + +```bash +sudo yunohost app install https://github.com/YunoHost-Apps/autobrr_ynh/tree/testing --debug +или +sudo yunohost app upgrade autobrr -u https://github.com/YunoHost-Apps/autobrr_ynh/tree/testing --debug +``` + +**Больше информации о пакетировании приложений:** diff --git a/README_zh_Hans.md b/README_zh_Hans.md index 9927d3d..db936a0 100644 --- a/README_zh_Hans.md +++ b/README_zh_Hans.md @@ -18,7 +18,7 @@ autobrr is the modern download automation tool for torrents and usenet. With inspiration and ideas from tools like trackarr, autodl-irssi and flexget we built one tool that can do it all, and then some. -**分发版本:** 1.44.0~ynh1 +**分发版本:** 1.45.0~ynh1 ## 截图 diff --git a/manifest.toml b/manifest.toml index 7af6b62..8f61ebf 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,7 +5,7 @@ name = "Autobrr" description.en = "Modern, easy to use download automation for torrents and usenet" description.fr = "Automatisation de téléchargement pour les torrents et Usenet" -version = "1.44.0~ynh1" +version = "1.45.0~ynh1" maintainers = ["eric_G"] @@ -41,12 +41,12 @@ ram.runtime = "50M" [resources.sources] [resources.sources.main] - amd64.url = "https://github.com/autobrr/autobrr/releases/download/v1.44.0/autobrr_1.44.0_linux_x86_64.tar.gz" - amd64.sha256 = "e3edd241072de2dc22e3d9afda67378d12c971d8783a08d841eb4979ac1ed958" - arm64.url = "https://github.com/autobrr/autobrr/releases/download/v1.44.0/autobrr_1.44.0_linux_arm64.tar.gz" - arm64.sha256 = "6a7af2287ed2e8689ff51e5f705c501535da4205222edf14c9029a71c200e1bf" - armhf.url = "https://github.com/autobrr/autobrr/releases/download/v1.44.0/autobrr_1.44.0_linux_arm.tar.gz" - armhf.sha256 = "027829bdf76a218927356e5dd294b535410b4c4d296637c6d5f29818ae03c5e7" + amd64.url = "https://github.com/autobrr/autobrr/releases/download/v1.45.0/autobrr_1.45.0_linux_x86_64.tar.gz" + amd64.sha256 = "4a150b76b6e1a38ea4ec704ab64135b9138aa83f73a126e20c64eb6a615c0960" + arm64.url = "https://github.com/autobrr/autobrr/releases/download/v1.45.0/autobrr_1.45.0_linux_arm64.tar.gz" + arm64.sha256 = "579fd67a3f63507a38d0e1e7df7276581d3be6a753294922d9174b14ff55444d" + armhf.url = "https://github.com/autobrr/autobrr/releases/download/v1.45.0/autobrr_1.45.0_linux_arm.tar.gz" + armhf.sha256 = "f32d9a929066c5e482bf18a62c9c1eca75bbf0b20bda8ac82e1e88d711b5a71c" in_subdir = false extract = true autoupdate.strategy = "latest_github_release"