From 454a42a81d16cca8d3169d98b3b3dd253cf54b6f Mon Sep 17 00:00:00 2001 From: Alexander Regueiro Date: Mon, 14 Mar 2022 23:28:30 +0000 Subject: [PATCH] Add Prowlarr 0.2.0.1448 (#120043) --- Casks/prowlarr.rb | 23 +++++++++++++++++++ .../github_prerelease_allowlist.json | 1 + 2 files changed, 24 insertions(+) create mode 100644 Casks/prowlarr.rb diff --git a/Casks/prowlarr.rb b/Casks/prowlarr.rb new file mode 100644 index 0000000000..65523f70a8 --- /dev/null +++ b/Casks/prowlarr.rb @@ -0,0 +1,23 @@ +cask "prowlarr" do + arch = Hardware::CPU.intel? ? "x64" : "arm64" + + version "0.2.0.1448" + + if Hardware::CPU.intel? + sha256 "ee499053a9e0a3dd1e9520a33c0dbb378cc64d2e93e31228d1c9c1f5b73288ed" + else + sha256 "e48498a72902298b857bf223efccb7d8fe5d5192db7141f0821b3de0b2d44b83" + end + + url "https://github.com/Prowlarr/Prowlarr/releases/download/v#{version}/Prowlarr.develop.#{version}.osx-app-core-#{arch}.zip", + verified: "github.com/Prowlarr/Prowlarr/" + name "Prowlarr" + desc "Indexer manager/proxy for various PVR apps" + homepage "https://prowlarr.com/" + + depends_on macos: ">= :high_sierra" + + app "Prowlarr.app" + + # No zap stanza required +end diff --git a/audit_exceptions/github_prerelease_allowlist.json b/audit_exceptions/github_prerelease_allowlist.json index 6639d08ed9..0457de38e6 100644 --- a/audit_exceptions/github_prerelease_allowlist.json +++ b/audit_exceptions/github_prerelease_allowlist.json @@ -23,6 +23,7 @@ "nuclear": "all", "pock": "all", "protonmail-bridge": "all", + "prowlarr": "all", "ql-ansilove": "all", "profilecreator": "all", "qdesktop": "all",