Skip to content

Commit

Permalink
Add PhpWebStudy.app v1.0.14 (#125507)
Browse files Browse the repository at this point in the history
* Add PhpWebStudy.app v1.0.14

* Add PhpWebStudy.app v1.0.14

* Update Casks/phpwebstudy.rb

Co-authored-by: Bevan Kay <[email protected]>

* Update phpwebstudy.rb

Co-authored-by: Miccal Matthews <[email protected]>
Co-authored-by: Bevan Kay <[email protected]>
  • Loading branch information
3 people authored Jun 13, 2022
1 parent 94a9741 commit 05df1e3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions Casks/phpwebstudy.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
cask "phpwebstudy" do
version "1.0.14"
sha256 "e7d4ef8a485e69513ac0f860be013dd3405c0bcb2d474aa3bdeba4caf4257f05"

url "https://github.com/xpf0000/PhpWebStudy/releases/download/v#{version}/PhpWebStudy-#{version}-mac.zip",
verified: "github.com/xpf0000/PhpWebStudy/"
name "PhpWebStudy"
desc "PHP and Web develop 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

0 comments on commit 05df1e3

Please sign in to comment.