Skip to content

Commit

Permalink
Merge pull request #172520 from adithyasunil26/bump-output-factory-3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bevanjkay authored May 2, 2024
2 parents 0dedb07 + bf49015 commit 08dbcbe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Casks/o/output-factory.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,12 @@
homepage "https://zevrix.com/OutputFactory/"

livecheck do
url "https://zevrix.com/download/"
regex(/Output\s*Factory\s*(\d+(?:\.\d+)+)/i)
url "https://zevrix.com/zsversioncontrol/ZSVersionControl.xml"
strategy :xml do |xml|
xml.elements[
"//dict/key[text()='Output Factory']/following-sibling::dict[1]/key[text()='version']"
]&.next_element&.text
end
end

installer manual: "Output Factory Installer.app"
Expand Down

0 comments on commit 08dbcbe

Please sign in to comment.