homebrew-cask/Casks/retroshare.rb

15 lines
686 B
Ruby

cask 'retroshare' do
version '0.6.0,20160209-4033f35f'
sha256 'f568f399a3f2956be0e0137d16fc654af4942a112ba6d297395e07989bd01f92'
# github.com/RetroShare/RetroShare was verified as official when first introduced to the cask
url "https://github.com/RetroShare/RetroShare/releases/download/v#{version.before_comma}/Retroshare-#{version.before_comma}-OSX-#{version.after_comma}.dmg"
appcast 'https://github.com/RetroShare/RetroShare/releases.atom',
checkpoint: '42336e0b3033221bde5f0dd6caf5eb6e08fbe72fe3f8efb67e232946a9f86cd8'
name 'RetroShare'
homepage 'http://retroshare.sourceforge.net/'
license :gpl
app "Retroshare#{version.major_minor.no_dots}.app"
end