Skip to content

Commit

Permalink
Merge pull request #182100 from Homebrew/update-rode-connect
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay authored Aug 10, 2024
2 parents 839bee8 + 7594f66 commit cd9f1e2
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions Casks/r/rode-connect.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,11 @@
desc "Podcasting software"
homepage "https://rode.com/en-us/software/rodeconnect"

# Upstream's update manifest is out of date but may be able to be used in future
# https://update.rode.com/rode-devices-manifest.json
# json.dig("rode-connect-manifest", "macos", "main-version", "update-version")
livecheck do
url :url
strategy :extract_plist
url "https://update.rode.com/rode-devices-manifest.json"
strategy :json do |json|
json.dig("rode-connect-manifest", "macos", "main-version", "update-version")
end
end

pkg "RØDE Connect (#{version}).pkg"
Expand Down

0 comments on commit cd9f1e2

Please sign in to comment.