homebrew-cask/Casks/tidelift.rb

21 lines
543 B
Ruby

cask "tidelift" do
version "1.12.24"
sha256 "821a82a1f337062cb2760e6bf6277737eb9d9e76fbd093db28ee8a263d78d193"
url "https://download.tidelift.com/cli/#{version}/darwin_homebrew/tidelift"
name "Tidelift CLI"
desc "Tool to interact with the Tidelift system"
homepage "https://tidelift.com/cli"
livecheck do
url "https://download.tidelift.com/cli/index.html"
regex(%r{href=.*?/cli/(\d+(?:\.\d+)+)/darwin/tidelift}i)
end
binary "tidelift"
postflight do
set_permissions "#{staged_path}/tidelift", "+x"
end
end