Files
homebrew-cask/Casks/p/pixel-check.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

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