mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
various: add min_os (7)
This commit is contained in:
@@ -13,6 +13,8 @@ cask "bluebubbles" do
|
||||
strategy :github_latest
|
||||
end
|
||||
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "BlueBubbles.app"
|
||||
|
||||
uninstall launchctl: "com.BlueBubbles.BlueBubbles-Server.ShipIt",
|
||||
|
||||
@@ -19,6 +19,8 @@ cask "bluej" do
|
||||
end
|
||||
end
|
||||
|
||||
depends_on macos: ">= :sierra"
|
||||
|
||||
app "BlueJ.app"
|
||||
|
||||
zap trash: "~/Library/Preferences/org.bluej"
|
||||
|
||||
@@ -12,6 +12,8 @@ cask "bluetility" do
|
||||
strategy :github_latest
|
||||
end
|
||||
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "Bluetility.app"
|
||||
|
||||
zap trash: [
|
||||
|
||||
@@ -14,6 +14,8 @@ cask "bookwright" do
|
||||
regex(/["']version["']:\s*?["']v?(\d+(?:\.\d+)+)["']/i)
|
||||
end
|
||||
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "BookWright.app"
|
||||
|
||||
zap trash: [
|
||||
|
||||
@@ -16,6 +16,7 @@ cask "bootstrap-studio" do
|
||||
end
|
||||
|
||||
auto_updates true
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "Bootstrap Studio.app"
|
||||
|
||||
|
||||
@@ -13,6 +13,8 @@ cask "boxy-suite" do
|
||||
regex(/Version\s+(\d+(?:\.\d+)+)/i)
|
||||
end
|
||||
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "Boxy for Gmail.app"
|
||||
app "Boxy for Calendar.app"
|
||||
app "Boxy for Keep.app"
|
||||
|
||||
@@ -12,6 +12,8 @@ cask "brewlet" do
|
||||
strategy :github_latest
|
||||
end
|
||||
|
||||
depends_on macos: ">= :mojave"
|
||||
|
||||
app "Brewlet.app"
|
||||
|
||||
zap trash: "~/Library/Preferences/zzada.Brewlet.plist"
|
||||
|
||||
@@ -20,6 +20,7 @@ cask "bria" do
|
||||
end
|
||||
|
||||
auto_updates true
|
||||
depends_on macos: ">= :big_sur"
|
||||
|
||||
app "Bria.app"
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ cask "browserosaurus" do
|
||||
homepage "https://github.com/will-stone/browserosaurus"
|
||||
|
||||
auto_updates true
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "Browserosaurus.app"
|
||||
|
||||
|
||||
@@ -11,6 +11,8 @@ cask "bruno" do
|
||||
desc "Opensource IDE for exploring and testing api's"
|
||||
homepage "https://www.usebruno.com/"
|
||||
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "Bruno.app"
|
||||
|
||||
zap trash: [
|
||||
|
||||
Reference in New Issue
Block a user