-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Prowlarr v0.4.10.2111 (#5400)
* Update unsupported archs * Update prowlarr to 0.4.10.2111 - avoid Prowlarr downgrade on package update - move config.xml in package to the right place to avoid extra code in service-setup.sh - unfortunately the update_required file is not evaluated by Prowlarr Co-authored-by: hgy59 <hpgy59@gmail.com>
- Loading branch information
Showing
6 changed files
with
46 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
Prowlarr.develop.0.2.0.1678.linux-core-x64.tar.gz SHA1 062d2f6da68101d06f0f1c7fc74340ef3a0cb5d7 | ||
Prowlarr.develop.0.2.0.1678.linux-core-x64.tar.gz SHA256 5f66c08f7f2afce13ab9acdb81d63350c5eee704befe2998226a9b7d6374f4cf | ||
Prowlarr.develop.0.2.0.1678.linux-core-x64.tar.gz MD5 15421c04a533f0c03f530692698f45e7 | ||
Prowlarr.develop.0.2.0.1678.linux-core-arm.tar.gz SHA1 b2fa289f3e67e0e249e30c1c1bddb1bb4b983be5 | ||
Prowlarr.develop.0.2.0.1678.linux-core-arm.tar.gz SHA256 8fa16259fbbf94b5fc80211736a83bf8dca272ee2504f874ee43e8ca5eb5839c | ||
Prowlarr.develop.0.2.0.1678.linux-core-arm.tar.gz MD5 374bba9f291a21bf28fa00e5ee85fb4c | ||
Prowlarr.develop.0.2.0.1678.linux-core-arm64.tar.gz SHA1 b39cda7930851519ed8f63118e7e549493af5478 | ||
Prowlarr.develop.0.2.0.1678.linux-core-arm64.tar.gz SHA256 fe040c1c0e67c19a4fff176743fb8fca4233ae68af1d158dd0a6c56cc3124c2f | ||
Prowlarr.develop.0.2.0.1678.linux-core-arm64.tar.gz MD5 c1debbebc52941b4e96c774775bac1aa | ||
Prowlarr.develop.0.4.10.2111.linux-core-x64.tar.gz SHA1 ca277fea7173bdc139055451afef131bf88364e4 | ||
Prowlarr.develop.0.4.10.2111.linux-core-x64.tar.gz SHA256 bcf7a2f7bc6ce63a588564a35d491bbb9fc44de33338ca8b3991e1ecdd001ef6 | ||
Prowlarr.develop.0.4.10.2111.linux-core-x64.tar.gz MD5 6dfe377771fc83959d1f0a6e262a4bf0 | ||
Prowlarr.develop.0.4.10.2111.linux-core-arm.tar.gz SHA1 18765eb3bb551a22caa54ccb3b2433a3f2b5ff6a | ||
Prowlarr.develop.0.4.10.2111.linux-core-arm.tar.gz SHA256 3f0a5d27934260a67eafb182cf11fb5ce1590e627f1cb2615b9a3de0ad8f7022 | ||
Prowlarr.develop.0.4.10.2111.linux-core-arm.tar.gz MD5 d3e1267a88f4ea68b283da0eca759253 | ||
Prowlarr.develop.0.4.10.2111.linux-core-arm64.tar.gz SHA1 b3ba793cced86aad0567c8f56c51631de0339160 | ||
Prowlarr.develop.0.4.10.2111.linux-core-arm64.tar.gz SHA256 35366d4152d5a3964fc5c8b08f3fda6d73b956bc4883bd8bd72dc7e1a6ac26e8 | ||
Prowlarr.develop.0.4.10.2111.linux-core-arm64.tar.gz MD5 c0ae7015d9242d8eff0b0a8462d6706b |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<Config> | ||
<Branch>develop</Branch> | ||
<UpdateMechanism>BuiltIn</UpdateMechanism> | ||
<UpdateAutomatically>True</UpdateAutomatically> | ||
<LaunchBrowser>False</LaunchBrowser> | ||
<LogLevel>info</LogLevel> | ||
<Port>9696</Port> | ||
<SslPort>6969</SslPort> | ||
</Config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[{ | ||
"step_title": "Starting and updating Prowlarr", | ||
"items": [{ | ||
"desc": "The first time Prowlarr is started it might take a few moments for the interface to become available!<br><br>Keep Prowlarr up-to-date by using Prowlarr's built-in updater.<br>Navigate to System>Updates in the Prowlarr UI." | ||
"desc": "The first time Prowlarr is started it might take a few moments for the interface to become available.<br/><br/>Keep Prowlarr up-to-date by using Prowlarr's built-in updater.<br>Navigate to System>Updates in the Prowlarr UI." | ||
}] | ||
}] |