Files
homebrew-cask/Casks/i/image-tool.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

18 lines
442 B
Ruby

cask "image-tool" do
version "1.4.1"
sha256 "66ef0c6cdf2e90981bc8bd0d1131e6e0f141744406997712550b8b5a05022d39"
url "https://archive.org/download/jimmcgowan-2000s-software/ImageTool#{version}.dmg"
name "Image Tool"
desc "Scale images and convert image file formats"
homepage "https://archive.org/details/jimmcgowan-2000s-software"
depends_on macos: "<= :mojave"
app "Image Tool.app"
caveats do
discontinued
end
end