1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/jackett_ynh.git synced 2024-09-03 19:26:28 +02:00
This commit is contained in:
ericgaspar 2021-09-11 12:24:32 +02:00
parent a613591d2f
commit 2fe27ae75e
No known key found for this signature in database
GPG key ID: 574F281483054D44
6 changed files with 8 additions and 11 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Jackett/Jackett/releases/download/v0.18.590/Jackett.Binaries.LinuxARM32.tar.gz
SOURCE_SUM=829e253404c2ca696bde461ef8427f97d66d9d7fc53202bcd9d32c882fc99167
SOURCE_URL=https://github.com/Jackett/Jackett/releases/download/v0.18.729/Jackett.Binaries.LinuxARM32.tar.gz
SOURCE_SUM=f33c23fe722cca43ec579c83050f6be1f3543ec58af71b055ff4b304eeae2756
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Jackett/Jackett/releases/download/v0.18.590/Jackett.Binaries.LinuxARM64.tar.gz
SOURCE_SUM=00c71930cce260ead5b8b0f199a40daa8c39d4e8910aa372dfdde20ad26cdf49
SOURCE_URL=https://github.com/Jackett/Jackett/releases/download/v0.18.729/Jackett.Binaries.LinuxARM64.tar.gz
SOURCE_SUM=3bc3f4e14e684f09b0c79f6dc1c509bbc6eaeb2ee39aea0726c113b27b0d8488
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/Jackett/Jackett/releases/download/v0.18.590/Jackett.Binaries.LinuxAMDx64.tar.gz
SOURCE_SUM=1fea953fb298a44519580495c7e241fe75317c04e1cbe9d48c4dc556ca424f11
SOURCE_URL=https://github.com/Jackett/Jackett/releases/download/v0.18.729/Jackett.Binaries.LinuxAMDx64.tar.gz
SOURCE_SUM=f454e78dcf54fe95ce2878549bd1dc86c494c980855eb76988989c01f5a0883f
SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "API Support for your favorite torrent trackers",
"fr": "Interface entre Radarr/Sonarr/Couchpotato et les trackers Bitorrent"
},
"version": "0.18.590~ynh1",
"version": "0.18.729~ynh1",
"url": "https://example.com",
"upstream": {
"license": "GPL-2.0",
@ -20,7 +20,7 @@
"email": "navanchauhan+yunohost@gmail.com"
},
"requirements": {
"yunohost": ">= 4.2.0"
"yunohost": ">= 4.2.4"
},
"multi_instance": true,
"services": [

View file

@ -29,7 +29,6 @@ app=$YNH_APP_INSTANCE_NAME
#=================================================
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
#=================================================
ynh_script_progression --message="Validating installation parameters..."
final_path=/var/www/$app

View file

@ -37,8 +37,6 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
#=================================================
ynh_script_progression --message="Validating restoration parameters..."
ynh_webpath_available --domain=$domain --path_url=$path_url \
|| ynh_die --message="Path not available: ${domain}${path_url}"
test ! -d $final_path \
|| ynh_die --message="There is already a directory: $final_path "