homebrew-cask/Casks/retroshare.rb

16 lines
518 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'retroshare' do
2015-12-13 22:18:58 +08:00
version '0.6.0-RC2'
sha256 '94d339613f61df4a1d74fd9e7e13ca40c4773af35ffd3ab721723d58a818dfdd'
2015-12-13 22:18:58 +08:00
# github.com is the official download host per the vendor homepage
url "https://github.com/RetroShare/RetroShare/releases/download/v#{version}/RetroShare06-RC2.dmg.zip"
appcast 'https://github.com/RetroShare/RetroShare/releases.atom'
2015-04-25 22:51:50 +08:00
name 'RetroShare'
homepage 'http://retroshare.sourceforge.net/'
license :gpl
2015-12-13 22:18:58 +08:00
container :nested => 'RetroShare06-RC2.dmg'
2014-09-16 00:06:14 +08:00
app 'Retroshare.app'
end