Files
homebrew-cask/Casks/i/imagealpha.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
397 B
Ruby

cask "imagealpha" do
version "1.5.1"
sha256 "be8a4544a2a855ba424e33819940b4b0ddb1221d1f46ca360181fd4ee2bef24b"
url "https://pngmini.com/ImageAlpha#{version}.tar.bz2"
name "ImageAlpha"
desc "Utility to reduce the size of 24-bit PNG files"
homepage "https://pngmini.com/"
livecheck do
url "https://pngmini.com/appcast.xml"
strategy :sparkle
end
app "ImageAlpha.app"
end