diff --git a/conf/app.arm.src b/conf/app.arm.src index 3e63ac6..52a5add 100644 --- a/conf/app.arm.src +++ b/conf/app.arm.src @@ -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 diff --git a/conf/app.arm64.src b/conf/app.arm64.src index 895b187..b5ff77e 100644 --- a/conf/app.arm64.src +++ b/conf/app.arm64.src @@ -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 diff --git a/conf/app.x64.src b/conf/app.x64.src index f899396..f863334 100644 --- a/conf/app.x64.src +++ b/conf/app.x64.src @@ -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 diff --git a/manifest.json b/manifest.json index bb1c081..02cec30 100644 --- a/manifest.json +++ b/manifest.json @@ -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": [ diff --git a/scripts/install b/scripts/install index 4186f40..b436395 100755 --- a/scripts/install +++ b/scripts/install @@ -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 diff --git a/scripts/restore b/scripts/restore index e974c6d..c0c58e7 100755 --- a/scripts/restore +++ b/scripts/restore @@ -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 "