Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Prowlarr v0.4.10.2111 #5400

Merged
merged 20 commits into from
Dec 18, 2022
Merged
Show file tree
Hide file tree
Changes from 10 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cross/prowlarr/Makefile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
PKG_NAME = Prowlarr
PKG_VERS = 0.2.0.1678
PKG_VERS = 0.4.7.2016
PKG_EXT = tar.gz
PKG_DIST_NAME = $(PKG_NAME).develop.$(PKG_VERS).linux-core-$(PKG_DIST_ARCH).$(PKG_EXT)
PKG_DIST_SITE = https://github.com/Prowlarr/Prowlarr/releases/download/v$(PKG_VERS)
PKG_DIR = Prowlarr

DEPENDS = cross/curl cross/sqlite

UNSUPPORTED_ARCHS = $(PPC_ARCHS) $(ARMv5_ARCHS) $(ARMv7L_ARCHS) $(i686_ARCHS)
UNSUPPORTED_ARCHS = $(DOTNET_UNSUPPORTED_ARCHS)

HOMEPAGE = https://prowlarr.com/
COMMENT = Prowlarr is an indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports management of both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Lidarr, Mylar3, Radarr, Readarr, and Sonarr offering complete management of your indexers with no per app Indexer setup required (we do it all).
Expand Down
18 changes: 9 additions & 9 deletions cross/prowlarr/digests
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.7.2016.linux-core-x64.tar.gz SHA1 2fa43df287ad3c4fd6af97a1e1959e86084c2243
Prowlarr.develop.0.4.7.2016.linux-core-x64.tar.gz SHA256 1f439311a503e8d573653d0ea4f38d465fb0b8276b1576e263dc87a9cebff5ed
Prowlarr.develop.0.4.7.2016.linux-core-x64.tar.gz MD5 43f7b72e22eb12b4cd120bdc18ca9a81
Prowlarr.develop.0.4.7.2016.linux-core-arm.tar.gz SHA1 ef0a5ff6d1e2eb15cc5eea4435272561abbe8a9d
Prowlarr.develop.0.4.7.2016.linux-core-arm.tar.gz SHA256 53d112949d43c6568d1c1b783a911dcc73360edcad5372722d492d27badbe521
Prowlarr.develop.0.4.7.2016.linux-core-arm.tar.gz MD5 afe87bc7ee6bf65161e62c413b78e73e
Prowlarr.develop.0.4.7.2016.linux-core-arm64.tar.gz SHA1 3bd8faced5333cf42a251f805e187fbaba3c887b
Prowlarr.develop.0.4.7.2016.linux-core-arm64.tar.gz SHA256 2fb8d3a82e48301da90f777bd5473f903b1fc392d549c27deec8e4abbdd78153
Prowlarr.develop.0.4.7.2016.linux-core-arm64.tar.gz MD5 55650b0847dc1607ce51726a6ab701d1
4 changes: 2 additions & 2 deletions spk/prowlarr/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
SPK_NAME = prowlarr
SPK_VERS = $(shell date +%Y%m%d)
SPK_REV = 3
SPK_REV = 4
SPK_ICON = src/prowlarr.png

# .NET is not supported on PPC, ARM5, ARM7L and x86
Expand All @@ -17,7 +17,7 @@ SUPPORTURL = https://prowlarr.com/\#support
DESCRIPTION = Prowlarr is an indexer manager/proxy built on the popular arr .net/reactjs base stack to integrate with your various PVR apps. Prowlarr supports management of both Torrent Trackers and Usenet Indexers. It integrates seamlessly with Lidarr, Mylar3, Radarr, Readarr, and Sonarr offering complete management of your indexers with no per app Indexer setup required \(we do it all\).
STARTABLE = yes
DISPLAY_NAME = Prowlarr
CHANGELOG = "Enlarge the service start/stop timeout to 90 seconds."
CHANGELOG = "1. Enlarge the service start/stop timeout to 90 seconds.<br/>2. Update prowlarr to v0.4.7.2016."

HOMEPAGE = https://prowlarr.com/
LICENSE = GPLv3
Expand Down