1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/autobrr_ynh.git synced 2024-09-03 18:15:56 +02:00

Merge pull request #9 from YunoHost-Apps/ci-auto-update-1.39.1

Upgrade to v1.39.1
This commit is contained in:
eric_G 2024-02-28 22:14:31 +01:00 committed by GitHub
commit 7ed5ff2e24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 9 additions and 9 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
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. 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.38.1~ynh1 **Shipped version:** 1.39.1~ynh1
## Screenshots ## Screenshots

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
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. 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.38.1~ynh1 **Version incluse :** 1.39.1~ynh1
## Captures décran ## Captures décran

View file

@ -5,7 +5,7 @@ name = "Autobrr"
description.en = "Modern, easy to use download automation for torrents and usenet" description.en = "Modern, easy to use download automation for torrents and usenet"
description.fr = "Automatisation de téléchargement pour les torrents et Usenet" description.fr = "Automatisation de téléchargement pour les torrents et Usenet"
version = "1.38.1~ynh1" version = "1.39.1~ynh1"
maintainers = ["eric_G"] maintainers = ["eric_G"]
@ -41,12 +41,12 @@ ram.runtime = "50M"
[resources.sources] [resources.sources]
[resources.sources.main] [resources.sources.main]
amd64.url = "https://github.com/autobrr/autobrr/releases/download/v1.38.1/autobrr_1.38.1_linux_x86_64.tar.gz" amd64.url = "https://github.com/autobrr/autobrr/releases/download/v1.39.1/autobrr_1.39.1_linux_x86_64.tar.gz"
amd64.sha256 = "5a6fab6a8212c97216cb03dac8d9a16bb5690130d99302cc0d4088db21566e21" amd64.sha256 = "4f65a73849ab6c632c340d72741b44e127b212b5370ea5ccce6fd20ee4a12e42"
arm64.url = "https://github.com/autobrr/autobrr/releases/download/v1.38.1/autobrr_1.38.1_linux_arm64.tar.gz" arm64.url = "https://github.com/autobrr/autobrr/releases/download/v1.39.1/autobrr_1.39.1_linux_arm64.tar.gz"
arm64.sha256 = "008b0d3ab5cab2c2dd4f9c20032073cbc1bc81cf1bc6a4c8f9a06839eae43cc0" arm64.sha256 = "08aee2c6e6ef53ebadf006efc5bbcc4efcfc27d09969d01d5269540a4e41ac78"
armhf.url = "https://github.com/autobrr/autobrr/releases/download/v1.38.1/autobrr_1.38.1_linux_arm.tar.gz" armhf.url = "https://github.com/autobrr/autobrr/releases/download/v1.39.1/autobrr_1.39.1_linux_arm.tar.gz"
armhf.sha256 = "3fd3d076c15b9cfdeb3e8db156625c3f465f4c20cc023a070461d6182f8fab57" armhf.sha256 = "7e68751f956a0ee8004a2ec8f8fa173deb96547160025bdd5c4edb7d2c740897"
in_subdir = false in_subdir = false
extract = true extract = true
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"