mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 06:16:47 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
233 B
Ruby
7 lines
233 B
Ruby
class Electrum < Cask
|
|
url 'https://download.electrum.org/electrum-1.9.7.dmg'
|
|
homepage 'http://electrum.org/'
|
|
version '1.9.7'
|
|
sha256 '402cc4b94becd201d364e33f3f10695097566ce0235c7910d21ced199cfc5f1e'
|
|
link 'Electrum.app'
|
|
end
|