homebrew-cask/Casks/reeddit.rb

15 lines
532 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'reeddit' do
2015-07-19 01:19:16 +08:00
version '1.9.6'
sha256 'b3e6af1576994b199642d832142cff3fb49713006ab9e0f87e1cbf9ded32cca9'
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"
2015-12-26 04:57:40 +08:00
appcast 'https://github.com/berbaquero/Reeddit-app/releases.atom',
checkpoint: '6c029ef230f82c430494d258b46ce49cd74a73ebb21214ed856b1e007b3fbd7d'
2015-01-30 03:14:49 +08:00
name 'Reeddit'
homepage 'http://mac.reedditapp.com'
license :mit
2014-09-16 00:06:13 +08:00
app 'Reeddit.app'
end