homebrew-cask/Casks/mysimbl.rb

18 lines
730 B
Ruby
Raw Normal View History

2016-07-08 15:08:29 +08:00
cask 'mysimbl' do
2016-12-21 10:36:40 +08:00
version '0.4.3'
sha256 '340b836590d3fd4a292fe536ffb1fc269dfd1a794ac006fd0166ff6340fb066a'
2016-07-08 15:08:29 +08:00
# githubusercontent.com/w0lfschild/app_updates/master/mySIMBL was verified as official when first introduced to the cask
url "https://raw.githubusercontent.com/w0lfschild/app_updates/master/mySIMBL/mySIMBL_#{version}.zip"
appcast 'https://raw.githubusercontent.com/w0lfschild/app_updates/master/mySIMBL/appcast.xml',
2016-12-21 10:36:40 +08:00
checkpoint: '1ca21aa0ea63986fccfa681e0730965b3fccf9ceeaebd7652534bc4fc3333fcd'
2016-07-08 15:08:29 +08:00
name 'mySIMBL'
homepage 'https://github.com/w0lfschild/mySIMBL'
conflicts_with cask: 'easysimbl'
app 'mySIMBL.app'
caveats 'System Integrity Protection must be disabled to install SIMBL.'
end