1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/simple-torrent_ynh.git synced 2024-09-03 20:26:18 +02:00

Upgrade to 1.2.12 (#10)

This commit is contained in:
Éric Gaspar 2020-11-30 08:38:45 +01:00 committed by GitHub
parent 87dd93270a
commit 295026023f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 15 additions and 17 deletions

View file

@ -12,7 +12,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
Simple Torrent is a self-hosted remote torrent client, written in Go (golang). Started torrents remotely, download sets of files on the local disk of the server, which are then retrievable or streamable via HTTP.
**Shipped version:** 1.2.11
**Shipped version:** 1.2.12
## Screenshots

View file

@ -12,7 +12,7 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install
Simple Torrent est un client torrent distant auto-hébergé, écrit en Go (golang). Démarrez des torrents à distance, téléchargez des ensembles de fichiers sur le disque local du serveur, qui sont ensuite récupérables ou diffusables via HTTP.
**Version incluse :** 1.2.11
**Version incluse :** 1.2.12
## Captures d'écran

View file

@ -18,8 +18,6 @@
multi_instance=1
port_already_use=1
change_url=1
;;; Levels
Level 5=auto
;;; Options
Email=
Notification=none

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.2.11/cloud-torrent_linux_arm64.gz
SOURCE_SUM=04458aa4327d76ca269744dfaa517adf9b505adb07a6937b4eee3a3a6ef7548d
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.2.12/cloud-torrent_linux_arm64.gz
SOURCE_SUM=07fa3e60ba92523775757c7ddbc6573a204f88e071f00e9a6768c6f0a20df35b
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=gz
SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.2.11/cloud-torrent_linux_arm_armv5.gz
SOURCE_SUM=a364311db48b83b9a15eee0deb94d69a63ab3d257ff5a29d331630d0b677a5f6
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.2.12/cloud-torrent_linux_arm_armv5.gz
SOURCE_SUM=4c4c2195d947264d6fd5b9c12ae0d1cacad1525c70b0fa62527ca14d0e996d27
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=gz
SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.2.11/cloud-torrent_linux_arm_armv6.gz
SOURCE_SUM=dc728319f6d5a4984ade550354bff3acbadacc3efe97e33b59d2b1b1b713a7bd
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.2.12/cloud-torrent_linux_arm_armv6.gz
SOURCE_SUM=ecd34fe5dbb4d2f61cb25fc44ee640a9d890097ab6e0a8cdf9196168c5cb57cd
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=gz
SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.2.11/cloud-torrent_linux_arm_armv7.gz
SOURCE_SUM=0f2d48033a664e958d53bca3f7ef6d3ae48f86bbd3c37c549f0fe4b97d07baa9
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.2.12/cloud-torrent_linux_arm_armv7.gz
SOURCE_SUM=fef0e37c4c329573811d710e654d1120c8b00c6c63740fd90ba34cdb2b06fc35
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=gz
SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.2.11/cloud-torrent_linux_386.gz
SOURCE_SUM=129f5324d3b6c8432753b38f1ffe2750bebb810f504a0a8ab04816da60147a40
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.2.12/cloud-torrent_linux_386.gz
SOURCE_SUM=86ec6a93cdffd467efecffc0f24121a01a9875dcb9524916bf105a25efbddfd8
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=gz
SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.2.11/cloud-torrent_linux_amd64.gz
SOURCE_SUM=5db16964af801b74dfcb1117ed9164444df3cade038d5e4e28355fa0193fae15
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.2.12/cloud-torrent_linux_amd64.gz
SOURCE_SUM=e279e7d829ba5b5f5d8e28a464d7815a11eb303d440198136f71986f28a00ff2
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=gz
SOURCE_IN_SUBDIR=false

View file

@ -6,7 +6,7 @@
"en": "Self-hosted remote torrent client",
"fr": "Client torrent distant auto-hébergé"
},
"version": "1.2.11~ynh2",
"version": "1.2.12~ynh1",
"url": "https://github.com/boypt/simple-torrent",
"license": "AGPL-3.0-only",
"maintainer": {