mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
Added sha256. Call me crazy, but I think the integrity of a secure messaging app should be verified.
7 lines
257 B
Ruby
7 lines
257 B
Ruby
class Bitmessage < Cask
|
|
url 'https://bitmessage.org/download/osx/Archive/bitmessage-v0.4.2.dmg'
|
|
homepage 'https://bitmessage.org/'
|
|
version '0.4.2'
|
|
sha256 'aa109705406d9ab86761d03e2cb6387a5a05a51d7a68747f6284ba32ef2aa445'
|
|
link 'Bitmessage.app'
|
|
end
|