diff --git a/.github/workflows/updater.sh b/.github/workflows/updater.sh index 7344e2b..9318b13 100644 --- a/.github/workflows/updater.sh +++ b/.github/workflows/updater.sh @@ -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 diff --git a/README.md b/README.md index 518dfc3..33e9898 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/README_fr.md b/README_fr.md index 2df8afb..af18d8c 100644 --- a/README_fr.md +++ b/README_fr.md @@ -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 diff --git a/conf/arm64.src b/conf/arm64.src index 76aefb5..ec64ec3 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.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 diff --git a/conf/i386.src b/conf/i386.src index 10c5bfe..6078e37 100644 --- a/conf/i386.src +++ b/conf/i386.src @@ -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 diff --git a/conf/x86_64.src b/conf/x86_64.src index 6aee445..a62e201 100644 --- a/conf/x86_64.src +++ b/conf/x86_64.src @@ -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 \ No newline at end of file +SOURCE_EXTRACT=false diff --git a/manifest.json b/manifest.json index 2e0877b..09c8472 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.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",