Files
homebrew-cask/Casks/m/macbreakz.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

19 lines
561 B
Ruby

cask "macbreakz" do
version "5.46"
sha256 "99dd94c7708ff627ce9fe67b39cab8b85ba7df3021aafa7a24c30c873a38eb42"
url "https://www.publicspace.net/download/MacBreakZ#{version.major}.dmg"
name "MacBreakZ"
desc "Ergonomic Assistant to prevent health problems"
homepage "https://www.publicspace.net/MacBreakZ/"
livecheck do
url "https://www.publicspace.net/app/signed_mb#{version.major}.xml"
strategy :sparkle
end
app "MacBreakZ #{version.major}.app"
zap trash: "~/Library/Caches/com.apple.helpd/Generated/MacBreakZ Help*#{version}"
end