Add Nure 0.2.1 (#101373)

* Add Nure 0.2.1

* Update nure.rb

* Update nure.rb

Co-authored-by: Miccal Matthews <miccal.matthews@gmail.com>
Co-authored-by: Vítor Galvão <info@vitorgalvao.com>
This commit is contained in:
Daniel Bayley
2021-03-23 10:09:35 +08:00
committed by GitHub
co-authored by Miccal Matthews Vítor Galvão
parent d40fb49fa2
commit 80825aa1f6
+27
View File
@@ -0,0 +1,27 @@
cask "nure" do
version "0.2.1"
sha256 "e6566238cb42d59e3ad0ae32eec4fcb09d0e892ec4cf21cc93ea48da3dbef9c1"
url "https://update.nure.io/download/flavor/default/#{version}/osx_64/Nure-#{version}-mac.zip"
name "Nure"
desc "Invest, exchange, and track crypto assets"
homepage "https://nure.io/"
livecheck do
url "https://update.nure.io/update/osx_64/latest-mac.yml"
strategy :electron_builder
end
app "Nure.app"
uninstall quit: "app.com.nure",
launchctl: "app.com.nure"
zap trash: [
"~/Library/Application Support/Nure",
"~/Library/LaunchAgents/NureHelper.plist",
"~/Library/Preferences/app.com.nure.plist",
"~/Library/Saved Application State/app.com.nure.savedState",
"~/.nure-helper",
]
end