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
266 B
Ruby
7 lines
266 B
Ruby
class PixelCheck < Cask
|
|
url 'http://macguitar.me/apps/pixelcheck/PXC1.3.zip'
|
|
homepage 'http://macguitar.me/apps/pixelcheck/'
|
|
version '1.3'
|
|
sha256 '99da44c4538463c6476be2f7d6584a4e5a9bfa175895d72e5baf1f3271316b02'
|
|
link 'PiXel Check 1.3/PiXel Check.app'
|
|
end
|