Changeset a80c832 for general/graphlib


Ignore:
Timestamp:
04/15/2024 09:12:56 AM (2 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
lazarus, trunk
Children:
f2adb6e
Parents:
dff3997d
git-author:
Xi Ruoyao <xry111@…> (04/15/2024 09:09:07 AM)
git-committer:
Xi Ruoyao <xry111@…> (04/15/2024 09:12:56 AM)
Message:

treewide: Simplify GitHub archive URL by removing redundant "refs/tags/"

The "refs/tags/" component is only useful when a tag shares its name
with a branch. Any rational upstream maintainer shall not create such
a namesis.

I've verified all the changes does not affect the md5sum of download
files.

Location:
general/graphlib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/glad.xml

    rdff3997d ra80c832  
    55  %general-entities;
    66
    7   <!ENTITY glad-download-http "https://github.com/Dav1dde/glad/archive/refs/tags/v&glad-version;/glad-&glad-version;.tar.gz">
     7  <!ENTITY glad-download-http "https://github.com/Dav1dde/glad/archive/v&glad-version;/glad-&glad-version;.tar.gz">
    88  <!ENTITY glad-download-ftp  " ">
    99  <!ENTITY glad-md5sum        "350c34126e47988f378285adf4cf2efc">
  • general/graphlib/libjxl.xml

    rdff3997d ra80c832  
    55  %general-entities;
    66
    7   <!ENTITY libjxl-download-http "https://github.com/libjxl/libjxl/archive/refs/tags/v&libjxl-version;/libjxl-&libjxl-version;.tar.gz">
     7  <!ENTITY libjxl-download-http "https://github.com/libjxl/libjxl/archive/v&libjxl-version;/libjxl-&libjxl-version;.tar.gz">
    88  <!ENTITY libjxl-md5sum        "e383b622cb2caef4dfcc8047f5a0fe72">
    99  <!ENTITY libjxl-size          "1.8 MB">
Note: See TracChangeset for help on using the changeset viewer.