mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
10 lines
283 B
Ruby
10 lines
283 B
Ruby
cask :v1 => 'simplesynth' do
|
|
version '1.1'
|
|
sha256 '5d70295d5a72075a26b158f5a92b1488170e8ff569f0a52c4e5e5bcfe7ffcdb2'
|
|
|
|
url "https://s3.amazonaws.com/notahat/SimpleSynth-#{version}.zip"
|
|
homepage 'http://notahat.com/simplesynth/'
|
|
license :unknown
|
|
|
|
app 'SimpleSynth.app'
|
|
end
|