homebrew-cask/Casks/simplesynth.rb

11 lines
279 B
Ruby
Raw Normal View History

2014-06-24 08:48:07 +08:00
class Simplesynth < Cask
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/'
2014-10-01 23:33:53 +08:00
license :unknown
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