cinebench: add referer

The dmg URL returns a 403 (Forbidden) response unless the `Referer`
header is set.
This commit is contained in:
Sam Ford
2023-10-18 17:08:05 -04:00
parent 46e92c3afa
commit f136f23f5e
+2 -1
View File
@@ -2,7 +2,8 @@ cask "cinebench" do
version "2024"
sha256 "dcc840852c85c2f9ea39f55e78b23efbb59a27960555c0fb319d5bce7f51fdb6"
url "https://mx-app-blob-prod.maxon.net/mx-package-production/website/macos/maxon/cinebench/Cinebench#{version}_macOS.dmg"
url "https://mx-app-blob-prod.maxon.net/mx-package-production/website/macos/maxon/cinebench/Cinebench#{version}_macOS.dmg",
referer: "https://www.maxon.net/en/downloads/cinebench-#{version}-downloads"
name "Cinebench"
desc "Hardware benchmarking utility"
homepage "https://www.maxon.net/products/cinebench/"