Files
homebrew-cask/Casks/s/shrinkit.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

16 lines
375 B
Ruby

cask "shrinkit" do
version "1.3.2"
sha256 "c076168a05d8a664cfac9bdee2f7a5f7cb317ade7d9f00c2cd0d49b33294a943"
url "https://download.panic.com/shrinkit/ShrinkIt%20#{version}.zip"
name "ShrinkIt"
homepage "https://panic.com/blog/shrinkit-1-2/"
livecheck do
url :homepage
regex(%r{href=.*?/ShrinkIt%20(\d+(?:\.\d+)*)\.zip}i)
end
app "ShrinkIt.app"
end