-
-
Notifications
You must be signed in to change notification settings - Fork 11.5k
Expand file tree
/
Copy pathleapp.rb
More file actions
31 lines (25 loc) · 827 Bytes
/
leapp.rb
File metadata and controls
31 lines (25 loc) · 827 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
cask "leapp" do
arch arm: "-arm64"
version "0.26.1"
sha256 arm: "12219dced13feb0cb46e6f47dbda58588749de72b989635068af6cac338c1f8d",
intel: "bdf54a3a26649980057e54d0d3cc757f6ce81d5aa02f55b7246b0d0168726790"
url "https://asset.noovolari.com/#{version}/Leapp-#{version}#{arch}.dmg",
verified: "asset.noovolari.com/"
name "Leapp"
desc "Cloud credentials manager"
homepage "https://www.leapp.cloud/"
livecheck do
url "https://asset.noovolari.com/latest/latest-mac.yml"
strategy :electron_builder
end
auto_updates true
depends_on :macos
app "Leapp.app"
zap trash: [
"~/.Leapp",
"~/Library/Application Support/Leapp",
"~/Library/Logs/Leapp",
"~/Library/Preferences/com.leapp.app.plist",
"~/Library/Saved Application State/com.leapp.app.savedState",
]
end