Skip to content
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

todesk: update livecheck #172925

Merged
merged 5 commits into from
May 20, 2024
Merged

todesk: update livecheck #172925

merged 5 commits into from
May 20, 2024

Commits on May 4, 2024

  1. todesk: update livecheck

    The existing `livecheck` block for `todesk` checks an upstream release
    notes page but the response body only contains a `<script>` element
    when checked with curl, so it gives an `Unable to get versions` error.
    This seems to be true regardless of headers (e.g., user agent, etc.).
    
    This updates the `livecheck` block to check the download page and
    match the version from the pkg URL (found in some JavaScript code).
    samford committed May 4, 2024
    Configuration menu
    Copy the full SHA
    3c55937 View commit details
    Browse the repository at this point in the history
  2. Update todesk.rb

    miccal committed May 4, 2024
    Configuration menu
    Copy the full SHA
    66f5524 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91e2312 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2024

  1. Update todesk.rb

    razvanazamfirei committed May 7, 2024
    Configuration menu
    Copy the full SHA
    c2f4b61 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2024

  1. todesk: add url parameters

    bevanjkay committed May 20, 2024
    Configuration menu
    Copy the full SHA
    901b37f View commit details
    Browse the repository at this point in the history