mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
29 lines
833 B
Ruby
29 lines
833 B
Ruby
cask "phpwebstudy" do
|
|
arch arm: "-arm64"
|
|
|
|
version "1.3.0"
|
|
sha256 arm: "e62ec3b8096ecc9f535d351f42071036144deb047b361c88163511de772db8f7",
|
|
intel: "e374a94b30a16dc288978967fbed951d89092b96cb6982684913cd2680b90fa7"
|
|
|
|
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
|