mirror of
https://github.com/YunoHost-Apps/prowlarr_ynh.git
synced 2024-09-03 20:16:07 +02:00
commit
8ce935bd92
6 changed files with 9 additions and 13 deletions
|
@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
|||
|
||||
Complete management of your indexers for Radarr, Sonarr, Lidarr, ...
|
||||
|
||||
**Shipped version:** 0.1.1.875~ynh4
|
||||
**Shipped version:** 0.1.10.1375~ynh1
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -13,7 +13,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
|
||||
Gestion complète de vos indexeurs pour Radarr, Sonarr, Lidarr, ...
|
||||
|
||||
**Version incluse :** 0.1.1.875~ynh4
|
||||
**Version incluse :** 0.1.10.1375~ynh1
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
SOURCE_URL=https://github.com/Prowlarr/Prowlarr/releases/download/v0.1.1.875/Prowlarr.develop.0.1.1.875.linux-core-arm.tar.gz
|
||||
SOURCE_SUM=0182DDBA9A13E09442A0E0401E35E2794B59A79B85539FD96D2E6C35314B2E75
|
||||
SOURCE_URL=https://github.com/Prowlarr/Prowlarr/releases/download/v0.1.10.1375/Prowlarr.develop.0.1.10.1375.linux-core-arm64.tar.gz
|
||||
SOURCE_SUM=f812f26fa9b28021507deeeefcc6c66c944e17b5d3d307513e2d3c8b323abbc7
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_EXTRACT=true
|
||||
SOURCE_FILENAME=prowlarr.tar.gz
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
SOURCE_URL=https://github.com/Prowlarr/Prowlarr/releases/download/v0.1.1.875/Prowlarr.develop.0.1.1.875.linux-core-x64.tar.gz
|
||||
SOURCE_SUM=55A62E08C2E090D2857C14B502094A317E2E575E22D910EC9293B811774A25E0
|
||||
SOURCE_URL=https://github.com/Prowlarr/Prowlarr/releases/download/v0.1.10.1375/Prowlarr.develop.0.1.10.1375.linux-core-x64.tar.gz
|
||||
SOURCE_SUM=a64baaef0680047128ea0c7a777a89b3821716ed0472b769b1074aa0c923377b
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=tar.gz
|
||||
SOURCE_IN_SUBDIR=true
|
||||
SOURCE_EXTRACT=true
|
||||
SOURCE_FILENAME=prowlarr.tar.gz
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
<BindAddress>127.0.0.1</BindAddress>
|
||||
<ApiKey>__API_KEY__</ApiKey>
|
||||
<AuthenticationMethod>None</AuthenticationMethod>
|
||||
<UpdateMechanism>External</UpdateMechanism>
|
||||
<UpdateMechanism>BuiltIn</UpdateMechanism>
|
||||
<Branch>develop</Branch>
|
||||
</Config>
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "Complete management of your indexers for Radarr, Sonarr, Lidarr, ...",
|
||||
"fr": "Gestion complète de vos indexeurs pour Radarr, Sonarr, Lidarr, ..."
|
||||
},
|
||||
"version": "0.1.1.875~ynh4",
|
||||
"version": "0.1.10.1375~ynh1",
|
||||
"url": "https://prowlarr.com",
|
||||
"upstream": {
|
||||
"license": "GPL-3.0-only",
|
||||
|
@ -27,7 +27,7 @@
|
|||
"nginx"
|
||||
],
|
||||
"arguments": {
|
||||
"install" : [
|
||||
"install": [
|
||||
{
|
||||
"name": "domain",
|
||||
"type": "domain"
|
||||
|
|
Loading…
Add table
Reference in a new issue