Skip to content

Commit

Permalink
Update PCRE download location in SPDX file (#43985)
Browse files Browse the repository at this point in the history
* Update PCRE download location in SPDX file
* Make it the actual git URL
  • Loading branch information
SamuraiAku committed Jan 30, 2022
1 parent e8f469a commit 11bac43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion julia.spdx.json
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@
{
"name": "PCRE",
"SPDXID": "SPDXRef-PCRE",
"downloadLocation": "https://ftp.pcre.org/pub/pcre/",
"downloadLocation": "git+https://github.com/PhilipHazel/pcre2.git",
"filesAnalyzed": false,
"homepage": "https://www.pcre.org",
"sourceInfo": "The version in use can be found in the file deps/Versions.make",
Expand Down

0 comments on commit 11bac43

Please sign in to comment.