Skip to content

Commit

Permalink
Merge pull request #178232 from huhu415/lazycat
Browse files Browse the repository at this point in the history
lazycat 1.0.96 (new cask)
  • Loading branch information
bevanjkay committed Jul 3, 2024
2 parents 80b37c9 + 6888714 commit 1e2fbca
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions Casks/l/lazycat.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
cask "lazycat" do
arch arm: "arm64", intel: "x64"

version "1.0.96"
sha256 arm: "8bfb3c6c64d62ee2fb91778e7db3cf8fb0ce90efa4f579aac10521c20ae9cb48",
intel: "3f00f3bbb8d86c86424e4ec2b9d2d0194ec0c63eceae300ed5b3bce1e9349a71"

url "https://dl.lazycat.cloud/client/desktop/stable/lzc-client-desktop_v#{version}_#{arch}.dmg"
name "LazyCat"
desc "Client for LazyCat hardware"
homepage "https://lazycat.cloud/"

livecheck do
url "https://dl.lazycat.cloud/client/desktop/lzc-client-desktop_#{arch}.dmg.metadata.json"
strategy :json do |json|
json["buildVersion"].delete_prefix("v")
end
end

depends_on macos: ">= :catalina"

app "鎳掔尗寰湇.app"

zap trash: [
"~/lazycat",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/cloud.lazycat.client.sfl*",
"~/Library/Preferences/cloud.lazycat.client.plist",
"~/Library/Saved Application State/cloud.lazycat.client.savedState",
]
end

0 comments on commit 1e2fbca

Please sign in to comment.