forked from Homebrew/homebrew-cask
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
obsbot-center: rename from obsbot-webcam
- Loading branch information
Showing
3 changed files
with
27 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
cask "obsbot-center" do | ||
version "2.0.8.18" | ||
sha256 "0b1302dcad857047204c9ba253c0f3ee171c10608957d76c8d056b736970fb1a" | ||
|
||
url "https://obsbot-static-resource.oss-accelerate.aliyuncs.com/download/obsbot-webcam/Obsbot_Center_OA_E_MacOS_#{version}_release.dmg", | ||
verified: "obsbot-static-resource.oss-accelerate.aliyuncs.com/download/obsbot-webcam/" | ||
name "OBSBOT Center" | ||
desc "Configuration and firmware update utility for OBSBOT Tiny and Meet series" | ||
homepage "https://www.obsbot.com/download" | ||
|
||
livecheck do | ||
url "https://www.obsbot.com/download/obsbot-tiny-series" | ||
regex(/Obsbot[._-]Center[._-]OA[._-]E[._-]MacOS[._-](\d+(?:\.\d+)+)[._-]release\.dmg/i) | ||
end | ||
|
||
depends_on macos: ">= :big_sur" | ||
|
||
app "OBSBOT_Center.app" | ||
|
||
zap trash: [ | ||
"~/Library/Application Support/OBSBOT_Center", | ||
"~/Library/Caches/com.obsbot.OBSBOT_Center", | ||
"~/Library/HTTPStorages/com.obsbot.OBSBOT_Center", | ||
"~/Library/Preferences/com.obsbot.OBSBOT_Center.plist", | ||
] | ||
end |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters