Files
homebrew-cask/Casks/m/mcgimp.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
444 B
Ruby

cask "mcgimp" do
version "2.10.22"
sha256 "87503501f4af1931296fe199f88afcdb4645dd0bbe4e4ddba4d0060f7417d00c"
url "https://www.partha.com/downloads/GIMP/McGimp-#{version}.app.zip"
name "McGimp"
desc "Recompiled GIMP installation"
homepage "https://www.partha.com/"
livecheck do
url :homepage
regex(%r{href=.*?/McGimp-(\d+(?:\.\d+)*)\.app\.zip}i)
end
depends_on macos: ">= :sierra"
app "McGimp-#{version}.app"
end