homebrew-cask/Casks/protege.rb

15 lines
644 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'protege' do
2016-05-26 03:18:58 +08:00
version '5.0.0'
sha256 'cc5dc98cb41a59fb86a710a61249437f1f9d1b4b79eb989b1ff5055df0722540'
# github.com/protegeproject/protege-distribution was verified as official when first introduced to the cask
2016-05-26 03:18:58 +08:00
url "https://github.com/protegeproject/protege-distribution/releases/download/protege-#{version}/Protege-#{version}-os-x.zip"
appcast 'https://github.com/protegeproject/protege-distribution/releases.atom',
2016-05-27 03:42:52 +08:00
checkpoint: '85a7963eb388f3eaca03ab284323423a4c3659fa2939b183c1a46ef222c6293c'
2015-01-10 04:28:25 +08:00
name 'Protégé'
homepage 'http://protege.stanford.edu/'
license :bsd
2016-05-26 03:18:58 +08:00
app "Protege-#{version}/Protégé.app"
2013-11-02 06:06:28 +08:00
end