homebrew-cask/Casks/theremin.rb

14 lines
476 B
Ruby
Raw Normal View History

2014-11-14 01:27:09 +08:00
cask :v1 => 'theremin' do
version '0.7'
sha256 '809d0f7527d072a43f33b9e1088dc2387e08bb1a3696bb60bfd8e82b8853102d'
2015-01-19 10:36:41 +08:00
# nn.lv is the official download host per the vendor homepage
2013-12-11 06:13:25 +08:00
url 'http://f.nn.lv/ms/l5/29/Theremin.app.zip'
2014-10-15 23:43:56 +08:00
appcast 'http://theremin.amd.co.at/appcastProfileInfo.php',
:sha256 => '407e28c21827df8a17eb9ccf4d01c33f01b98f554cf33f8ffae89cdaf9e77a33'
2013-12-11 06:13:25 +08:00
homepage 'https://github.com/TheStalwart/Theremin'
2014-10-01 23:34:05 +08:00
license :oss
2014-09-16 00:06:28 +08:00
app 'Theremin.app'
2013-12-11 06:13:25 +08:00
end