mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-06-30 06:12:15 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
245 B
Ruby
7 lines
245 B
Ruby
class Binreader < Cask
|
|
url 'http://www.binreader.com/Binreader_v1_0_beta1.dmg'
|
|
homepage 'http://www.binreader.com/'
|
|
version '1.0-beta1'
|
|
sha256 '9687c1567fa212a3125d5bfc3bd820f2c056ae7371be124b5b94d4534bc0d46d'
|
|
link 'Binreader.app'
|
|
end
|