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

[Backport release-24.05] discord: format, update discord-canary and discord-ptb, refactor meta #348303

Merged

Commits on Oct 12, 2024

  1. pkgsCross.x86_64-darwin.discord-canary: 0.0.611 -> 0.0.612

    (cherry picked from commit b7248fa)
    DontEatOreo committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    3d19c1a View commit details
    Browse the repository at this point in the history
  2. pkgsCross.x86_64-darwin.discord-ptb: 0.0.140 -> 0.0.141

    (cherry picked from commit 483b696)
    DontEatOreo committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    b50b56c View commit details
    Browse the repository at this point in the history
  3. discord-ptb: 0.0.110 -> 0.0.111

    (cherry picked from commit d7c3bc4)
    DontEatOreo committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    74fb0aa View commit details
    Browse the repository at this point in the history
  4. discord-canary: 0.0.502 -> 0.0.503

    (cherry picked from commit ad01515)
    DontEatOreo committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    87f9766 View commit details
    Browse the repository at this point in the history
  5. discord: sort meta alphabetically

    (cherry picked from commit 209450e)
    DontEatOreo committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    75836f8 View commit details
    Browse the repository at this point in the history
  6. discord: sort meta.maintainers alphabetically

    (cherry picked from commit 403b097)
    DontEatOreo committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    335e315 View commit details
    Browse the repository at this point in the history
  7. discord: add maintainer donteatoreo

    (cherry picked from commit db661a4)
    DontEatOreo committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    694f99a View commit details
    Browse the repository at this point in the history
  8. discord: remove with lib; from meta

    (cherry picked from commit f562772)
    DontEatOreo committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    2bc67ad View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b12847e View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. discord: fix parsing versions in updateScripts

    Discord changed their download URLs and the new code is now more lenient
    regarding the actual download URL, as all we care about is the version
    in the URL path.
    
    Example:
    https://ptb.dl2.discordapp.net/apps/linux/0.0.110/discord-ptb-0.0.110.tar.gz
                                              ^-----^
                                         This is what we need
    
    Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
    (cherry picked from commit 19afd56)
    Scrumplex authored and DontEatOreo committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2b3d382 View commit details
    Browse the repository at this point in the history