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 v1.3.7
This commit is contained in:
Éric Gaspar 2021-09-17 15:13:09 +02:00 committed by GitHub
parent af2b174875
commit bbce7cfa6c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 15 additions and 18 deletions

View file

@ -63,13 +63,13 @@ echo "Handling asset at $asset_url"
# Here we base the source file name upon a unique keyword in the assets url (admin vs. update)
# Leave $src empty to ignore the asset
case $asset_url in
*".gz"*)
*"arm64"*".gz"*)
src="arm64"
;;
*".gz"*)
*"386"*".gz"*)
src="i386"
;;
*".gz"*)
*"amd64"*".gz"*)
src="x86_64"
;;
esac

View file

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

View file

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

View file

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

View file

@ -1,7 +1,6 @@
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.6/cloud-torrent_linux_386_static.gz
SOURCE_SUM=4ea80bccb38fae6b97c88b2e4c3bcb5173e38f546034b30fcec00c704a3a4b56
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.7/cloud-torrent_linux_386_static.gz
SOURCE_SUM=84fca011f5978808c9e113324dda4a5fa5f36df82cac55629569a00e7768e853
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=gz
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=
SOURCE_EXTRACT=false

View file

@ -1,7 +1,6 @@
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.6/cloud-torrent_linux_amd64_static.gz
SOURCE_SUM=57fff18227be6528873d9827fc6fe50ead1329701dbf4966428518d0a0f2b101
SOURCE_URL=https://github.com/boypt/simple-torrent/releases/download/1.3.7/cloud-torrent_linux_amd64_static.gz
SOURCE_SUM=2f33110646b4448ea8122cdd770c9a1992964423f64f0e996d1cbbb2f8c01099
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=gz
SOURCE_IN_SUBDIR=false
SOURCE_FILENAME=
SOURCE_EXTRACT=false
SOURCE_EXTRACT=false

View file

@ -6,7 +6,7 @@
"en": "Self-hosted remote torrent client",
"fr": "Client torrent distant auto-hébergé"
},
"version": "1.3.6~ynh4",
"version": "1.3.7~ynh1",
"url": "https://github.com/boypt/simple-torrent",
"upstream": {
"license": "AGPL-3.0-only",
@ -26,11 +26,10 @@
"nginx"
],
"arguments": {
"install" : [
"install": [
{
"name": "domain",
"type": "domain",
"example": "domain.org"
"type": "domain"
},
{
"name": "path",