mirror of
https://github.com/donl/homebrew-cask-versions.git
synced 2026-07-17 22:06:36 -06:00
each of these is verified: the current sha1 and the new sha256 are both correct for the given download.
7 lines
209 B
Ruby
7 lines
209 B
Ruby
class Xbench < Cask
|
|
url 'http://xbench.com/Xbench_1.3.dmg'
|
|
homepage 'http://xbench.com/'
|
|
version '1.3'
|
|
sha256 '285d860273b22054b807930ac496735e287d124f233da489e4104d2411690e55'
|
|
link 'XBench.app'
|
|
end
|