mirror of
https://github.com/YunoHost-Apps/jackett_ynh.git
synced 2024-09-03 19:26:28 +02:00
Fix
This commit is contained in:
parent
a613591d2f
commit
2fe27ae75e
6 changed files with 8 additions and 11 deletions
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/Jackett/Jackett/releases/download/v0.18.590/Jackett.Binaries.LinuxARM32.tar.gz
|
SOURCE_URL=https://github.com/Jackett/Jackett/releases/download/v0.18.729/Jackett.Binaries.LinuxARM32.tar.gz
|
||||||
SOURCE_SUM=829e253404c2ca696bde461ef8427f97d66d9d7fc53202bcd9d32c882fc99167
|
SOURCE_SUM=f33c23fe722cca43ec579c83050f6be1f3543ec58af71b055ff4b304eeae2756
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/Jackett/Jackett/releases/download/v0.18.590/Jackett.Binaries.LinuxARM64.tar.gz
|
SOURCE_URL=https://github.com/Jackett/Jackett/releases/download/v0.18.729/Jackett.Binaries.LinuxARM64.tar.gz
|
||||||
SOURCE_SUM=00c71930cce260ead5b8b0f199a40daa8c39d4e8910aa372dfdde20ad26cdf49
|
SOURCE_SUM=3bc3f4e14e684f09b0c79f6dc1c509bbc6eaeb2ee39aea0726c113b27b0d8488
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/Jackett/Jackett/releases/download/v0.18.590/Jackett.Binaries.LinuxAMDx64.tar.gz
|
SOURCE_URL=https://github.com/Jackett/Jackett/releases/download/v0.18.729/Jackett.Binaries.LinuxAMDx64.tar.gz
|
||||||
SOURCE_SUM=1fea953fb298a44519580495c7e241fe75317c04e1cbe9d48c4dc556ca424f11
|
SOURCE_SUM=f454e78dcf54fe95ce2878549bd1dc86c494c980855eb76988989c01f5a0883f
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "API Support for your favorite torrent trackers",
|
"en": "API Support for your favorite torrent trackers",
|
||||||
"fr": "Interface entre Radarr/Sonarr/Couchpotato et les trackers Bitorrent"
|
"fr": "Interface entre Radarr/Sonarr/Couchpotato et les trackers Bitorrent"
|
||||||
},
|
},
|
||||||
"version": "0.18.590~ynh1",
|
"version": "0.18.729~ynh1",
|
||||||
"url": "https://example.com",
|
"url": "https://example.com",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
"email": "navanchauhan+yunohost@gmail.com"
|
"email": "navanchauhan+yunohost@gmail.com"
|
||||||
},
|
},
|
||||||
"requirements": {
|
"requirements": {
|
||||||
"yunohost": ">= 4.2.0"
|
"yunohost": ">= 4.2.4"
|
||||||
},
|
},
|
||||||
"multi_instance": true,
|
"multi_instance": true,
|
||||||
"services": [
|
"services": [
|
||||||
|
|
|
@ -29,7 +29,6 @@ app=$YNH_APP_INSTANCE_NAME
|
||||||
#=================================================
|
#=================================================
|
||||||
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
|
# CHECK IF THE APP CAN BE INSTALLED WITH THESE ARGS
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
ynh_script_progression --message="Validating installation parameters..."
|
ynh_script_progression --message="Validating installation parameters..."
|
||||||
|
|
||||||
final_path=/var/www/$app
|
final_path=/var/www/$app
|
||||||
|
|
|
@ -37,8 +37,6 @@ final_path=$(ynh_app_setting_get --app=$app --key=final_path)
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Validating restoration parameters..."
|
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 \
|
test ! -d $final_path \
|
||||||
|| ynh_die --message="There is already a directory: $final_path "
|
|| ynh_die --message="There is already a directory: $final_path "
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue