mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 14:26:45 -06:00
File was renamed to remove the redundant Mac designation Signed-off-by: Fernando Paredes <nano@fdp.io> Closes #1517
7 lines
181 B
Ruby
7 lines
181 B
Ruby
class Bitmessage < Cask
|
|
url 'https://bitmessage.org/download/osx/Bitmessage.dmg'
|
|
homepage 'https://bitmessage.org/'
|
|
version 'latest'
|
|
no_checksum
|
|
link 'Bitmessage.app'
|
|
end
|