homebrew-cask/Casks/entropy.rb

14 lines
453 B
Ruby
Raw Normal View History

2014-11-14 01:25:47 +08:00
cask :v1 => 'entropy' do
2015-07-25 03:18:17 +08:00
version '1.6.0'
sha256 '62ae4d0607a0637d404fef709494951610a13a8d02d8f2d887e6501f98c55591'
2015-07-25 03:18:17 +08:00
# amazonaws.com is the official download host per the vendor homepage
url "https://eigenlogik.s3.amazonaws.com/releases/entropy/Entropy-#{version}.zip"
name 'Entropy'
2014-05-14 21:40:00 +08:00
appcast 'http://hyperion.eigenlogik.com/appcast/feed/entropy/'
2013-12-15 15:32:17 +08:00
homepage 'http://www.eigenlogik.com/entropy/'
license :commercial
2014-09-16 00:05:32 +08:00
app 'Entropy.app'
2013-12-15 15:32:17 +08:00
end