mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
The migration of `orka.rb` and then `o*.rb` has worked well without complaint so: let's move everything else, too.
16 lines
375 B
Ruby
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
|