You've already forked homebrew-cask
mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-04-22 15:25:17 -07:00
29 lines
833 B
Ruby
29 lines
833 B
Ruby
cask "phpwebstudy" do
|
|
arch arm: "-arm64"
|
|
|
|
version "2.2.5"
|
|
sha256 arm: "fc20f7652e3c4b672097034612014d25cc74d53be568077eb978a3fff8abf763",
|
|
intel: "a560789620207b190c968bd92b0b5b7d3794aa1a992033817e9fbfd8993dfaea"
|
|
|
|
url "https://github.com/xpf0000/PhpWebStudy/releases/download/v#{version}/PhpWebStudy-#{version}#{arch}-mac.zip",
|
|
verified: "github.com/xpf0000/PhpWebStudy/"
|
|
name "PhpWebStudy"
|
|
desc "PHP and Web development environment manager"
|
|
homepage "https://www.macphpstudy.com/"
|
|
|
|
livecheck do
|
|
url "https://raw.githubusercontent.com/xpf0000/PhpWebStudy/master/latest-mac.yml"
|
|
strategy :electron_builder
|
|
end
|
|
|
|
auto_updates true
|
|
|
|
app "PhpWebStudy.app"
|
|
|
|
zap trash: [
|
|
"~/Library/Application Support/PhpWebStudy",
|
|
"~/Library/Logs/PhpWebStudy",
|
|
"~/Library/PhpWebStudy",
|
|
]
|
|
end
|