homebrew-cask/Casks/sapmachine-jdk.rb

13 lines
602 B
Ruby

cask 'sapmachine-jdk' do
version '14'
sha256 '28ae77dd93bc99733ef16cc99d7e2dc5b8c0a3c5e38507a2235861c3882b7460'
# github.com/SAP/SapMachine was verified as official when first introduced to the cask
url "https://github.com/SAP/SapMachine/releases/download/sapmachine-#{version}/sapmachine-jdk-#{version}_osx-x64_bin.dmg"
appcast "https://sap.github.io/SapMachine/latest/#{version.major}"
name 'SapMachine OpenJDK Development Kit'
homepage 'https://sapmachine.io/'
artifact "sapmachine-jdk-#{version}.jdk", target: "/Library/Java/JavaVirtualMachines/sapmachine-jdk-#{version}.jdk"
end