Add cask for OK JSON 2.5.4

This commit is contained in:
Steve Richter 2023-11-15 04:43:14 -05:00
parent 4d06b22103
commit 1fa893ca7f
1 changed files with 24 additions and 0 deletions

24
Casks/o/ok-json.rb Normal file
View File

@ -0,0 +1,24 @@
cask "ok-json" do
version "2.5.4"
sha256 :no_check
url "https://okjson.app/download/okjson-latest.zip"
name "OK JSON"
desc "Scriptable JSON formatter and editor"
homepage "https://okjson.app/"
livecheck do
url "https://okjson.app/download/appcast.xml"
strategy :sparkle, &:short_version
end
auto_updates true
depends_on macos: ">= :big_sur"
app "OK JSON.app"
zap trash: [
"~/Library/Containers/net.shinystone.OKJSON",
"~/Library/Group Containers/group.net.shinystone.OKJSON",
]
end