Skip to content

Commit

Permalink
Merge pull request #174288 from khipp/update-chatwork
Browse files Browse the repository at this point in the history
  • Loading branch information
p-linnane committed May 19, 2024
2 parents 7f58f20 + ce9b1d1 commit ad39d55
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions Casks/c/chatwork.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
cask "chatwork" do
version "2.8.2.7340"
livecheck_arch = on_arch_conditional arm: "arm64", intel: "x64"

version "2.8.3"
sha256 :no_check

url "https://desktop-app.chatwork.com/installer/ChatWork.dmg"
Expand All @@ -8,11 +10,14 @@
homepage "https://www.chatwork.com/"

livecheck do
url :url
strategy :extract_plist
url "https://desktop-release.chatwork.com/darwin/#{livecheck_arch}/latest?version=0.0.0"
strategy :json do |json|
json["version"]
end
end

depends_on macos: ">= :high_sierra"
auto_updates true
depends_on macos: ">= :catalina"

app "ChatWork.app"

Expand Down

0 comments on commit ad39d55

Please sign in to comment.