homebrew-cask/Casks/reggy.rb

15 lines
480 B
Ruby
Raw Normal View History

2014-11-14 01:26:48 +08:00
cask :v1 => 'reggy' do
version '1.3'
sha256 '5a4d72158bc524ab2f21c6cfad7b703f413707d9d078ec1923c268b110ff8dda'
2015-01-18 10:51:12 +08:00
# github.com is the official download host per the vendor homepage
2014-09-26 20:09:09 +08:00
url "https://github.com/downloads/samsouder/reggy/Reggy_v#{version}.tbz"
2014-10-15 23:43:54 +08:00
appcast 'http://reggyapp.com/appcast.xml',
:sha256 => 'abfb19871bc0344469127f1cc35947b747cd3b1ee8ea2bfdd13f0d78c41c456f'
2015-04-25 22:48:53 +08:00
name 'Reggy'
2013-06-22 15:21:50 +08:00
homepage 'http://reggyapp.com/'
2014-10-01 23:33:46 +08:00
license :oss
2014-09-16 00:06:14 +08:00
app 'Reggy.app'
2013-06-22 15:21:50 +08:00
end