Skip to content

Commit

Permalink
Merge pull request #199068 from zyoshoka/bump-obsbot-center-2.0.10.40
Browse files Browse the repository at this point in the history
obsbot-center 2.0.10.40
  • Loading branch information
daeho-ro authored Jan 22, 2025
2 parents b81339a + 5390fc0 commit 9e13352
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Casks/o/obsbot-center.rb
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
cask "obsbot-center" do
version "2.0.10.37,31fab900"
sha256 "18a297580388d9c13460574c3eaa3a395af03f2a6478b2cdca0197af6b63a987"
version "2.0.10.40"
sha256 "7b1c1eff35d192f63dd6cf3f1d3d993223c53f4a1b3f43217509aca65de4140c"

url "https://resource-cdn.obsbothk.com/download/obsbot-center/obsbot_center_oa_e_mac_os_#{version.csv.first.dots_to_underscores}_release_#{version.csv.second}.dmg",
url "https://resource-cdn.obsbothk.com/download/obsbot-center/Obsbot_Center_OA_E_MacOS_#{version}_release.dmg",
verified: "resource-cdn.obsbothk.com/download/obsbot-center/"
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(/href=.*?obsbot[._-]center[._-]oa[._-]e[._-]mac[._-]os[._-]v?(\d+(?:[._]\d+)+)[._-]release[._-](\h+)\.dmg/i)
regex(/href=.*?Obsbot[._-]Center[._-]OA[._-]E[._-]MacOS[._-]v?(\d+(?:\.\d+)+)[._-]release\.dmg/i)
strategy :page_match do |page, regex|
match = page.match(regex)
next if match.blank?

"#{match[1].tr("_", ".")},#{match[2]}"
match[1]
end
end

Expand Down

0 comments on commit 9e13352

Please sign in to comment.