Add onekey 3.14.0 (#133578)

* onekey 3.14.0

* Update onekey.rb

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
This commit is contained in:
KallyDev 2022-10-15 11:27:13 +08:00 committed by GitHub
parent 6a953a3916
commit c4fd61799f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
Casks/onekey.rb Normal file
View File

@ -0,0 +1,24 @@
cask "onekey" do
arch arm: "arm64", intel: "x64"
version "3.14.0"
sha256 arm: "c4071780c9f7915ea2bfabcae522a05688106f0e877eabfecf6ede09c7c6e36e",
intel: "9cf0bf33b2581111249f4a08dea9ab06ccd957f24088f4fdf9882188fddf90d2"
url "https://github.com/OneKeyHQ/app-monorepo/releases/download/v#{version}/OneKey-Wallet-#{version}-mac-#{arch}.dmg",
verified: "github.com/OneKeyHQ/app-monorepo/"
name "OneKey"
desc "Crypto wallet"
homepage "https://onekey.so/"
auto_updates true
app "OneKey.app"
zap trash: [
"~/Library/Application Support/@onekeyhq",
"~/Library/Logs/@onekeyhq",
"~/Library/Preferences/so.onekey.wallet.desktop.plist",
"~/Library/Saved Application State/so.onekey.wallet.desktop.savedState",
]
end