homebrew-cask/Casks/remonit.rb

12 lines
382 B
Ruby
Raw Normal View History

2014-11-14 01:26:48 +08:00
cask :v1 => 'remonit' do
2014-04-10 19:33:19 +08:00
version '0.2.0'
sha256 'fb8e51c7d68d83274b2acff107e7ef4857d28c9daf4d5ac2599c14cb3d6516fe'
2015-01-18 10:51:30 +08:00
# rackcdn.com is the official download host per the vendor homepage
2014-09-26 20:09:09 +08:00
url "http://874390f0461dc5bbf96b-8953e31051b5247f1143d89b1a42aa7d.r65.cf2.rackcdn.com/remonit-#{version}-mac.zip"
homepage 'http://zef.io/remonit/'
license :mit
2014-09-16 00:06:14 +08:00
app 'Remonit.app'
2014-04-10 19:33:19 +08:00
end