[plplot] Fix download errors (#34441)

This commit is contained in:
jim wang 2023-10-13 10:23:11 +08:00 committed by GitHub
parent 5016afa7ed
commit b2f2cd3e4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 8 additions and 3 deletions

View File

@ -3,7 +3,7 @@ vcpkg_minimum_required(VERSION 2022-10-12) # for ${VERSION}
vcpkg_from_sourceforge(
OUT_SOURCE_PATH SOURCE_PATH
REPO plplot/plplot
REF "${VERSION} Source"
REF "${VERSION}%20Source"
FILENAME "plplot-${VERSION}.tar.gz"
SHA512 54533245569b724a7ef90392cc6e9ae65873e6cbab923df0f841c8b43def5e4307690894c7681802209bd3c8df97f54285310a706428f79b3340cce3207087c8
PATCHES

View File

@ -1,7 +1,7 @@
{
"name": "plplot",
"version-semver": "5.15.0",
"port-version": 1,
"port-version": 2,
"description": "PLplot is a cross-platform software package for creating scientific plots whose (UTF-8) plot symbols and text are limited in practice only by what Unicode-aware system fonts are installed on a user's computer.",
"homepage": "http://plplot.org/",
"license": null,

View File

@ -6510,7 +6510,7 @@
},
"plplot": {
"baseline": "5.15.0",
"port-version": 1
"port-version": 2
},
"plustache": {
"baseline": "0.4.0",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "650f7b8973b4a28f84fc0e8ab1711e468417f564",
"version-semver": "5.15.0",
"port-version": 2
},
{
"git-tree": "3fb1fa2f2f5f9c3ea3543f5ba3074138be2d2320",
"version-semver": "5.15.0",