homebrew-cask/Casks/simplesynth.rb

13 lines
378 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'simplesynth' do
2014-06-24 08:48:07 +08:00
version '1.1'
sha256 '5d70295d5a72075a26b158f5a92b1488170e8ff569f0a52c4e5e5bcfe7ffcdb2'
2016-03-09 05:03:37 +08:00
# amazonaws.com/notahat was verified as official when first introduced to the cask
2014-09-26 20:09:12 +08:00
url "https://s3.amazonaws.com/notahat/SimpleSynth-#{version}.zip"
2015-04-28 02:08:04 +08:00
name 'SimpleSynth'
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