From 3afa12aafac4f1adeabd0ac193c08c44f2c695a1 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Fri, 10 May 2024 03:30:43 +0200 Subject: [PATCH] Upgrade to v1.42.0 https://github.com/autobrr/autobrr/releases/tag/v1.42.0 --- manifest.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index 33aca33..fb3bf95 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.41.0~ynh1" +version = "1.42.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.41.0/autobrr_1.41.0_linux_x86_64.tar.gz" - amd64.sha256 = "e861506234c4176570be0fc17181ff65197660bddbf5e3a3074432e9aa462b67" - arm64.url = "https://github.com/autobrr/autobrr/releases/download/v1.41.0/autobrr_1.41.0_linux_arm64.tar.gz" - arm64.sha256 = "9ca57ef99f588052f97196927c4e362dcbfc0c69cba2cd1557171e89218627d4" - armhf.url = "https://github.com/autobrr/autobrr/releases/download/v1.41.0/autobrr_1.41.0_linux_arm.tar.gz" - armhf.sha256 = "6ebd1bfc7bb5ea690cd76e609a89440361a44dcfb8d99fa7c1074faf48a769ff" + amd64.url = "https://github.com/autobrr/autobrr/releases/download/v1.42.0/autobrr_1.42.0_linux_x86_64.tar.gz" + amd64.sha256 = "e7c367c1b90010b195fac4d3e4bc4d4654cd8cad0446e36f6f9cf527d7580a35" + arm64.url = "https://github.com/autobrr/autobrr/releases/download/v1.42.0/autobrr_1.42.0_linux_arm64.tar.gz" + arm64.sha256 = "a1b589b51a89ca915f9d6cef395500d04b7404b0e21ae7a330b11cc9812ba153" + armhf.url = "https://github.com/autobrr/autobrr/releases/download/v1.42.0/autobrr_1.42.0_linux_arm.tar.gz" + armhf.sha256 = "3385e2bb7fac2ee598035434f6edfce66506d6f596ae4379970b2e788fc04079" in_subdir = false extract = true autoupdate.strategy = "latest_github_release"