mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
RetroShare is a Open Source cross-platform, Friend-2-Friend and secure decentralised communication platform. Signed-off-by: Fernando Paredes <nano@fdp.io>
7 lines
287 B
Ruby
7 lines
287 B
Ruby
class Retroshare < Cask
|
|
url 'http://downloads.sourceforge.net/project/retroshare/RetroShare/0.5.4e/Retroshare-V0.5.4e-svn6266_OSX10.6u.dmg'
|
|
homepage 'http://retroshare.sourceforge.net/'
|
|
version '0.5.4e'
|
|
sha1 'de8f95fc803a2c7ccd8c2c6c3428a9ca8ac77f1b'
|
|
link 'Retroshare.app'
|
|
end
|