homebrew-cask/Casks/reeddit.rb

12 lines
362 B
Ruby
Raw Normal View History

2014-11-14 01:26:48 +08:00
cask :v1 => 'reeddit' do
version '1.9'
sha256 '7bb465aa5a8c80adfb6f73430caee9cc977afae77d2a55be97371b9516aa01a7'
2015-01-18 10:51:00 +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/berbaquero/Reeddit-app/releases/download/v#{version}/Reeddit.app.zip"
homepage 'http://mac.reedditapp.com'
2014-10-01 23:33:46 +08:00
license :oss
2014-09-16 00:06:13 +08:00
app 'Reeddit.app'
end