From a761eaa755ed556b828fc5cffb2854b51fff3b06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 26 Jul 2021 13:08:11 +0200 Subject: [PATCH] 1.3.3 (#51) * 1.3.3 --- README.md | 2 +- README_fr.md | 2 +- conf/arm64.src | 4 ++-- conf/i386.src | 4 ++-- conf/x86_64.src | 4 ++-- manifest.json | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index ec24c3c..175e018 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Self-hosted remote torrent client -**Shipped version:** 1.3.2~ynh1 +**Shipped version:** 1.3.3~ynh1 diff --git a/README_fr.md b/README_fr.md index 5a0bc6c..63a2717 100644 --- a/README_fr.md +++ b/README_fr.md @@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour Client torrent distant auto-hébergé -**Version incluse :** 1.3.2~ynh1 +**Version incluse :** 1.3.3~ynh1 diff --git a/conf/arm64.src b/conf/arm64.src index 29790e6..77c4691 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.2/cloud-torrent_linux_arm64_static.gz -SOURCE_SUM=9d489c3e511d248c584120136eb02fb74aa2c59ce137e16e59d178b5ce9cc334 +SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.3/cloud-torrent_linux_arm64_static.gz +SOURCE_SUM=b696c6d2e5d33cd81dd21a9b593fbf2fcb40279465bbacc1b31a5cbb51acae49 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=gz SOURCE_IN_SUBDIR=false diff --git a/conf/i386.src b/conf/i386.src index 8256970..60313be 100644 --- a/conf/i386.src +++ b/conf/i386.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.2/cloud-torrent_linux_386_static.gz -SOURCE_SUM=ec0c7a17df854a11d505e3d7d95bcf3f9f90c87d70d467f44e084ba3c6d628f8 +SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.3/cloud-torrent_linux_386_static.gz +SOURCE_SUM=6b924d0a12ac0ad7b8b9cddf1d65e1f4e9b1974e34dd52946afd0a4a9d9b0302 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=gz SOURCE_IN_SUBDIR=false diff --git a/conf/x86_64.src b/conf/x86_64.src index 5a812ab..00f44eb 100644 --- a/conf/x86_64.src +++ b/conf/x86_64.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.2/cloud-torrent_linux_amd64_static.gz -SOURCE_SUM=f0bbae637193d9c690841fa686f50aff68081a000b8618cda0e2c195bfdda607 +SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.3/cloud-torrent_linux_amd64_static.gz +SOURCE_SUM=4fc6c7ddfa35045b0604e38bbf8fd0ea2e9716b8ba468149da63ce977028fec1 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=gz SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index 25eca3c..ac74692 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Self-hosted remote torrent client", "fr": "Client torrent distant auto-hébergé" }, - "version": "1.3.2~ynh1", + "version": "1.3.3~ynh1", "url": "https://github.com/boypt/simple-torrent", "upstream": { "license": "AGPL-3.0-only",