Skip to content

Commit 86491db

Browse files
committed
various: update style
1 parent af0906e commit 86491db

10 files changed

Lines changed: 12 additions & 6 deletions

Casks/boring-notch.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
strategy :github_latest
1414
end
1515

16-
depends_on macos: ">= :sonoma"
16+
depends_on macos: :sonoma
1717

1818
app "boringNotch.app"
1919

Casks/claude-usage-tracker.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
end
1414

1515
auto_updates true
16-
depends_on macos: ">= :sonoma"
16+
depends_on macos: :sonoma
1717

1818
app "Claude Usage.app"
1919

Casks/co-molib.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
desc "Developer productivity timer and app usage tracker"
99
homepage "https://www.co-molib.com/"
1010

11-
depends_on macos: ">= :sonoma"
11+
depends_on macos: :sonoma
1212

1313
app "Comolib.app"
1414

Casks/matchumbeop.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
desc "Korean Spell Checker"
88
homepage "https://github.com/ssut/Matchumbeop"
99

10-
depends_on macos: ">= :ventura"
10+
depends_on macos: :ventura
1111

1212
app "Matchumbeop.app"
1313

Casks/relagit.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
strategy :github_latest
1717
end
1818

19-
depends_on macos: ">= :monterey"
19+
depends_on macos: :monterey
2020

2121
app "RelaGit.app"
2222

Casks/seoul-library-viewer.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
strategy :extract_plist
1313
end
1414

15-
depends_on macos: ">= :monterey"
15+
depends_on macos: :monterey
1616

1717
app "서울도서관 전자책 뷰어.app"
1818

Casks/skitch.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
end
1313

1414
auto_updates true
15+
depends_on :macos
1516

1617
app "Skitch.app"
1718

Casks/space-cadet-pinball.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
strategy :github_latest
1313
end
1414

15+
depends_on :macos
16+
1517
app "SpaceCadetPinball.app"
1618

1719
zap trash: "~/Library/Application Support/SpaceCadetPinball/"

Casks/surfer-app.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@
1616
strategy :github_latest
1717
end
1818

19+
depends_on :macos
20+
1921
app "Surfer.app"
2022

2123
zap trash: [

Casks/wireguard-statusbar.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
end
2626

2727
depends_on formula: "wireguard-tools"
28+
depends_on :macos
2829

2930
app "WireGuardStatusbar.app"
3031

0 commit comments

Comments
 (0)