Skip to content

Commit

Permalink
obsbot-center: rename from obsbot-webcam
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay committed Jan 15, 2024
1 parent 9b24d5f commit 211f264
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 25 deletions.
26 changes: 26 additions & 0 deletions Casks/o/obsbot-center.rb
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
25 changes: 0 additions & 25 deletions Casks/o/obsbot-webcam.rb

This file was deleted.

1 change: 1 addition & 0 deletions cask_renames.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"mat": "memoryanalyzer",
"mouse-fix": "mac-mouse-fix",
"mysteriumvpn": "mysteriumdark",
"obsbot-webcam": "obsbot-center",
"opal": "opal-composer",
"owasp-zap": "zap",
"pomodone": "roundpie",
Expand Down

0 comments on commit 211f264

Please sign in to comment.