Files
homebrew-cask/Casks/u/unpkg.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
441 B
Ruby

cask "unpkg" do
version "4.8"
sha256 "1b8318d2fb642397471221344836a967176089bce44e70a2b99f5cb4f60eee09"
url "https://www.timdoug.com/unpkg/unpkg-#{version}.zip"
name "unpkg"
desc "Unarchiver for .pkg and .mpkg that unpacks all the files in a package"
homepage "https://www.timdoug.com/unpkg/"
livecheck do
url :homepage
regex(/href=.*?unpkg[._-]v?(\d+(?:\.\d+)+)\.zip/i)
end
app "unpkg #{version}/unpkg.app"
end