homebrew-cask/Casks/simplesynth.rb

11 lines
279 B
Ruby
Raw Normal View History

2014-11-14 01:26:56 +08:00
cask :v1 => 'simplesynth' do
2014-06-24 08:48:07 +08:00
version '1.1'
sha256 '5d70295d5a72075a26b158f5a92b1488170e8ff569f0a52c4e5e5bcfe7ffcdb2'
2014-09-26 20:09:12 +08:00
url "https://s3.amazonaws.com/notahat/SimpleSynth-#{version}.zip"
2014-06-24 08:48:07 +08:00
homepage 'http://notahat.com/simplesynth/'
license :mit
2014-06-24 08:48:07 +08:00
2014-09-16 00:06:19 +08:00
app 'SimpleSynth.app'
2014-06-24 08:48:07 +08:00
end