Skip to content

Commit 9e3f15f

Browse files
committed
Fix leash-app cask style
1 parent 1ca2940 commit 9e3f15f

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Casks/leash-app.rb

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,21 @@
44

55
url "https://github.com/strongdm/leash/releases/download/v#{version}/leash_app_#{version}.pkg"
66
name "Leash-App"
7-
desc "Leash helper app for macOS"
7+
desc "Leash helper app"
88
homepage "https://github.com/strongdm/leash"
99

1010
livecheck do
1111
url :url
1212
strategy :github_releases
1313
end
1414

15+
auto_updates true
1516
depends_on macos: ">= :sonoma"
1617
depends_on formula: "leash"
1718

1819
pkg "leash_app_#{version}.pkg"
1920

2021
uninstall pkgutil: "com.strongdm.leash"
2122

22-
auto_updates true
23-
2423
# No zap stanza required
2524
end

0 commit comments

Comments
 (0)