Files
homebrew-cask/Casks/h/hbuilderx.rb
2023-11-26 15:19:23 -05:00

22 lines
572 B
Ruby

cask "hbuilderx" do
version "3.98.2023112510"
sha256 "0ab5a60c7cecb2f2f9e04efc0d2860d0eab46e4e66577a4155e62d4fc032c8cb"
url "https://download1.dcloud.net.cn/download/HBuilderX.#{version}.dmg",
verified: "download1.dcloud.net.cn/download/"
name "HBuilderX"
desc "HTML editor"
homepage "https://www.dcloud.io/hbuilderx.html"
livecheck do
url "https://download1.dcloud.net.cn/hbuilderx/release.json"
strategy :json do |json|
json["version"]
end
end
app "HBuilderX.app"
zap trash: "~/Library/Application Support/HBuilder X"
end