-
-
Notifications
You must be signed in to change notification settings - Fork 10.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
touchdesigner 2023.11600 #170803
touchdesigner 2023.11600 #170803
Conversation
Livecheck url is added. |
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. To keep this pull request open, add a |
Casks/t/touchdesigner.rb
Outdated
|
||
url "https://download.derivative.ca/TouchDesigner.#{version}.#{arch}.dmg" | ||
name "Derivative TouchDesigner" | ||
desc "Tool for creating dynamic digital art" | ||
homepage "https://derivative.ca/" | ||
|
||
livecheck do | ||
skip "No reliable way to get version info" | ||
url "https://docs.derivative.ca/Release_Notes" | ||
regex(/href=["'].*?["']>build\s?(\d+(?:\.\d+)+)\s?download\s?</i) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
regex(/href=["'].*?["']>build\s?(\d+(?:\.\d+)+)\s?download\s?</i) | |
regex(/href=["'].*?["']>build\s?(\d+(?:\.\d+)+)\s?download\s?</i) |
Looking back at archive.org snapshots of the Release Notes page, the text around the download link has varied over the years. For example:
- Current Official Build 2023.11600 Download - Mar 04 2024 - Release Notes
- Current Build 2020.24520 - Jump to Release Notes - Download Here
- Current Build 2021.13610 - May 12 2021 - Jump to this build's Release Notes - Download Here
- The latest Official build is 2019.14650 - Download
Outside of the oldest "build is 2019.14650" format, simply matching the "Build 2023.11600" format would cover most of those variations (not when the version used to be in a b
tag) and may be less likely to break over time. I'll push a commit to update this in a moment.
Created by
brew bump
Created with
brew bump-cask-pr
.