From b6c2abb0950693e1fb41edd177ccf0972b08fda0 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Tue, 27 Feb 2024 21:30:52 +0100 Subject: [PATCH] Upgrade to v1.39.0 https://github.com/autobrr/autobrr/releases/tag/v1.39.0 --- manifest.toml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/manifest.toml b/manifest.toml index e8675b4..bd206a5 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.38.1~ynh1" +version = "1.39.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.38.1/autobrr_1.38.1_linux_x86_64.tar.gz" - amd64.sha256 = "5a6fab6a8212c97216cb03dac8d9a16bb5690130d99302cc0d4088db21566e21" - arm64.url = "https://github.com/autobrr/autobrr/releases/download/v1.38.1/autobrr_1.38.1_linux_arm64.tar.gz" - arm64.sha256 = "008b0d3ab5cab2c2dd4f9c20032073cbc1bc81cf1bc6a4c8f9a06839eae43cc0" - armhf.url = "https://github.com/autobrr/autobrr/releases/download/v1.38.1/autobrr_1.38.1_linux_arm.tar.gz" - armhf.sha256 = "3fd3d076c15b9cfdeb3e8db156625c3f465f4c20cc023a070461d6182f8fab57" + amd64.url = "https://github.com/autobrr/autobrr/releases/download/v1.39.0/autobrr_1.39.0_linux_x86_64.tar.gz" + amd64.sha256 = "1a8c84d9beb42237239fb314076e841866c45ed4c03900ac27844c4d4b971148" + arm64.url = "https://github.com/autobrr/autobrr/releases/download/v1.39.0/autobrr_1.39.0_linux_arm64.tar.gz" + arm64.sha256 = "e74df368dd3cf44378d9108c356ab14d31d753bea7e8e79e4b204b95d0efb064" + armhf.url = "https://github.com/autobrr/autobrr/releases/download/v1.39.0/autobrr_1.39.0_linux_arm.tar.gz" + armhf.sha256 = "5c83a91052d15d68f50726d7654c8cf4af984f8194f58b3cc89ab55a0e6c4c96" in_subdir = false extract = true autoupdate.strategy = "latest_github_release"