forked from SynoCommunity/spksrc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Radarr: fix package update and version bump
Merge SynoCommunity#5559 and exclusions for ARMv7 archs Remove cross/libmediainfo dependency Revert "Radarr: fix package update and version bump" This reverts commit 517dbaa. Fix package update
- Loading branch information
Showing
3 changed files
with
22 additions
and
21 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,8 +1,7 @@ | ||
<?xml version="1.0" encoding="utf-8" standalone="yes"?> | ||
<Config> | ||
<Branch>master</Branch> | ||
<UpdateMechanism>BuiltIn</UpdateMechanism> | ||
<LaunchBrowser>False</LaunchBrowser> | ||
<Port>8310</Port> | ||
<SslPort>8311</SslPort> | ||
<UpdateAutomatically>True</UpdateAutomatically> | ||
<UpdateMechanism>BuiltIn</UpdateMechanism> | ||
</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