Files
homebrew-cask/Casks/s/sapmachine-jdk.rb
2023-10-19 10:26:56 -04:00

25 lines
1.0 KiB
Ruby

cask "sapmachine-jdk" do
arch arm: "aarch64", intel: "x64"
version "21.0.1"
sha256 arm: "1da0413c09f94d7ba9fef3c8249588e3754d317d0a6d821a8ce0f4dbb1d5cdc1",
intel: "13a9059cbec76083ae0c0d12c1cefcc3818dc4be9dfbe0f23020e99268f147d2"
url "https://github.com/SAP/SapMachine/releases/download/sapmachine-#{version}/sapmachine-jdk-#{version}_macos-#{arch}_bin.dmg",
verified: "github.com/SAP/SapMachine/"
name "SapMachine OpenJDK Development Kit"
desc "OpenJDK distribution from SAP"
homepage "https://sapmachine.io/"
# The version information on the homepage is rendered client-side from the
# following JSON file, so we have to check it instead.
livecheck do
url "https://sap.github.io/SapMachine/assets/data/sapmachine_releases.json"
regex(/["']tag["']:\s*["']sapmachine[._-]v?(\d+(?:\.\d+)*)["']/i)
end
artifact "sapmachine-jdk-#{version}.jdk", target: "/Library/Java/JavaVirtualMachines/sapmachine-jdk-#{version}.jdk"
zap trash: "~/Library/Saved Application State/com.sap.openjdk.jconsole.savedState"
end