We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ca2940 commit 9e3f15fCopy full SHA for 9e3f15f
1 file changed
Casks/leash-app.rb
@@ -4,22 +4,21 @@
4
5
url "https://github.com/strongdm/leash/releases/download/v#{version}/leash_app_#{version}.pkg"
6
name "Leash-App"
7
- desc "Leash helper app for macOS"
+ desc "Leash helper app"
8
homepage "https://github.com/strongdm/leash"
9
10
livecheck do
11
url :url
12
strategy :github_releases
13
end
14
15
+ auto_updates true
16
depends_on macos: ">= :sonoma"
17
depends_on formula: "leash"
18
19
pkg "leash_app_#{version}.pkg"
20
21
uninstall pkgutil: "com.strongdm.leash"
22
- auto_updates true
23
-
24
# No zap stanza required
25
0 commit comments