homebrew-cask/Casks/simplesynth.rb

13 lines
378 B
Ruby

cask 'simplesynth' do
version '1.1'
sha256 '5d70295d5a72075a26b158f5a92b1488170e8ff569f0a52c4e5e5bcfe7ffcdb2'
# amazonaws.com/notahat was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/notahat/SimpleSynth-#{version}.zip"
name 'SimpleSynth'
homepage 'http://notahat.com/simplesynth/'
license :mit
app 'SimpleSynth.app'
end