mirror of
https://github.com/wavetermdev/homebrew-cask.git
synced 2026-08-05 13:43:24 -07:00
various: add min_os (6)
This commit is contained in:
@@ -12,6 +12,8 @@ cask "billings-pro" do
|
||||
strategy :extract_plist
|
||||
end
|
||||
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "Billings Pro.app"
|
||||
|
||||
zap trash: "~/Library/Application Support/Billings Pro"
|
||||
|
||||
@@ -12,6 +12,7 @@ cask "biscuit" do
|
||||
homepage "https://eatbiscuit.com/"
|
||||
|
||||
auto_updates true
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "Biscuit.app"
|
||||
|
||||
|
||||
@@ -7,5 +7,7 @@ cask "bit-slicer" do
|
||||
desc "Universal game trainer"
|
||||
homepage "https://github.com/zorgiepoo/bit-slicer/"
|
||||
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "Bit Slicer.app"
|
||||
end
|
||||
|
||||
@@ -15,6 +15,8 @@ cask "bitcoin-core" do
|
||||
strategy :github_latest
|
||||
end
|
||||
|
||||
depends_on macos: ">= :catalina"
|
||||
|
||||
# Renamed for consistency: app name is different in the Finder and in a shell.
|
||||
app "Bitcoin-Qt.app", target: "Bitcoin Core.app"
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@ cask "bitwarden" do
|
||||
end
|
||||
|
||||
auto_updates true
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "Bitwarden.app"
|
||||
|
||||
|
||||
@@ -15,6 +15,8 @@ cask "blender-benchmark" do
|
||||
end
|
||||
end
|
||||
|
||||
depends_on macos: ">= :sierra"
|
||||
|
||||
app "Blender Benchmark Launcher.app"
|
||||
|
||||
zap trash: [
|
||||
|
||||
@@ -7,6 +7,8 @@ cask "bleunlock" do
|
||||
desc "Lock/unlock Apple computers using the proximity of a bluetooth low energy device"
|
||||
homepage "https://github.com/ts1/BLEUnlock"
|
||||
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "BLEUnlock.app"
|
||||
|
||||
zap trash: [
|
||||
|
||||
@@ -16,6 +16,8 @@ cask "blisk" do
|
||||
regex(/href=.*?BliskInstaller[._-]v?(\d+(?:\.\d+)+)\.dmg/i)
|
||||
end
|
||||
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "Blisk.app"
|
||||
|
||||
zap trash: [
|
||||
|
||||
@@ -9,5 +9,7 @@ cask "blobby-volley2" do
|
||||
desc "Head-to-head multiplayer ball game"
|
||||
homepage "https://blobbyvolley.de/"
|
||||
|
||||
depends_on macos: ">= :ventura"
|
||||
|
||||
app "blobby.app"
|
||||
end
|
||||
|
||||
@@ -16,6 +16,8 @@ cask "blockbench" do
|
||||
strategy :github_latest
|
||||
end
|
||||
|
||||
depends_on macos: ">= :high_sierra"
|
||||
|
||||
app "Blockbench.app"
|
||||
|
||||
zap trash: [
|
||||
|
||||
Reference in New Issue
Block a user