mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
17 lines
433 B
Ruby
17 lines
433 B
Ruby
cask "pixel-check" do
|
|
version "1.3"
|
|
sha256 "99da44c4538463c6476be2f7d6584a4e5a9bfa175895d72e5baf1f3271316b02"
|
|
|
|
url "http://macguitar.me/apps/pixelcheck/PXC#{version}.zip"
|
|
name "PiXel Check"
|
|
desc "Check your monitor for dead pixels"
|
|
homepage "http://macguitar.me/apps/pixelcheck/"
|
|
|
|
livecheck do
|
|
url :homepage
|
|
regex(%r{href=.*?/PXC(\d+(?:\.\d+)+)\.zip}i)
|
|
end
|
|
|
|
app "PiXel Check #{version}/PiXel Check.app"
|
|
end
|