From 0938b39225c7841411fde1923db5e72f209eebfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 28 Jul 2021 08:16:18 +0200 Subject: [PATCH] Testing (#53) * 1.3.4 --- 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 175e018..69da200 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.3~ynh1 +**Shipped version:** 1.3.4~ynh1 diff --git a/README_fr.md b/README_fr.md index 63a2717..f22ccb1 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.3~ynh1 +**Version incluse :** 1.3.4~ynh1 diff --git a/conf/arm64.src b/conf/arm64.src index 77c4691..e92cbdb 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.3/cloud-torrent_linux_arm64_static.gz -SOURCE_SUM=b696c6d2e5d33cd81dd21a9b593fbf2fcb40279465bbacc1b31a5cbb51acae49 +SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.4/cloud-torrent_linux_arm64_static.gz +SOURCE_SUM=81995fcf6a409a47b7316967e65f2faeba0d16b80f3913cc91d402d7f37642a3 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=gz SOURCE_IN_SUBDIR=false diff --git a/conf/i386.src b/conf/i386.src index 60313be..340b9ba 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.3/cloud-torrent_linux_386_static.gz -SOURCE_SUM=6b924d0a12ac0ad7b8b9cddf1d65e1f4e9b1974e34dd52946afd0a4a9d9b0302 +SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.4/cloud-torrent_linux_386_static.gz +SOURCE_SUM=ab92c751f918d944072093f5abe7ebbd1f8d1dd138e12019b1bffe9d8b645c65 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=gz SOURCE_IN_SUBDIR=false diff --git a/conf/x86_64.src b/conf/x86_64.src index 00f44eb..84d2773 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.3/cloud-torrent_linux_amd64_static.gz -SOURCE_SUM=4fc6c7ddfa35045b0604e38bbf8fd0ea2e9716b8ba468149da63ce977028fec1 +SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.4/cloud-torrent_linux_amd64_static.gz +SOURCE_SUM=2ca5e4ddc42275f2448a391b3aa4a55ddc33bb561d418498a48510b609865f9f SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=gz SOURCE_IN_SUBDIR=false diff --git a/manifest.json b/manifest.json index ac74692..99d9c45 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.3~ynh1", + "version": "1.3.4~ynh1", "url": "https://github.com/boypt/simple-torrent", "upstream": { "license": "AGPL-3.0-only",