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

Merge branch 'master' into testing

This commit is contained in:
ericgaspar 2021-11-03 13:47:59 +01:00
commit 382bd655b2
No known key found for this signature in database
GPG key ID: 574F281483054D44
6 changed files with 9 additions and 9 deletions

View file

@ -30,7 +30,7 @@ SimpleTorrent is a a self-hosted remote torrent client, written in Go (golang).
- Magnet RSS subscribing supported - Magnet RSS subscribing supported
**Shipped version:** 1.3.7~ynh1 **Shipped version:** 1.3.9~ynh1

View file

@ -26,7 +26,7 @@ SimpleTorrent is a a self-hosted remote torrent client, written in Go (golang).
- Magnet RSS subscribing supported - Magnet RSS subscribing supported
**Version incluse :** 1.3.7~ynh1 **Version incluse :** 1.3.9~ynh1

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.7/cloud-torrent_linux_arm64_static.gz SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.9/cloud-torrent_linux_arm64_static.gz
SOURCE_SUM=3a10c51496650326d48e4b2288407857e8c01b916f93acbfa7e0850170914091 SOURCE_SUM=6f48f8b59bc8d834c6ede1d27ecc1a598b8a0be1dab00622caa6fd047e51eed6
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=gz SOURCE_FORMAT=gz
SOURCE_IN_SUBDIR=false SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.7/cloud-torrent_linux_386_static.gz SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.9/cloud-torrent_linux_386_static.gz
SOURCE_SUM=84fca011f5978808c9e113324dda4a5fa5f36df82cac55629569a00e7768e853 SOURCE_SUM=583898eb907c21dbbcb6f33934eae3dc1d6ec2620fdc7689c70a3479049af52b
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=gz SOURCE_FORMAT=gz
SOURCE_IN_SUBDIR=false SOURCE_IN_SUBDIR=false

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.7/cloud-torrent_linux_amd64_static.gz SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.9/cloud-torrent_linux_amd64_static.gz
SOURCE_SUM=2f33110646b4448ea8122cdd770c9a1992964423f64f0e996d1cbbb2f8c01099 SOURCE_SUM=d2f535e4cd0449b357a563cfce79c1f6afcac9b7b3af94e758defc44faa52ebf
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=gz SOURCE_FORMAT=gz
SOURCE_IN_SUBDIR=false SOURCE_IN_SUBDIR=false

View file

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