Skip to content

Commit

Permalink
[ports/{libgourou,updfparser}/vcpkg.json] Apply changes requested in …
Browse files Browse the repository at this point in the history
…GitHub PR
  • Loading branch information
SamuelMarks committed Dec 19, 2022
1 parent 20beaf4 commit cea0d74
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 13 deletions.
6 changes: 1 addition & 5 deletions ports/libgourou/vcpkg.json
Expand Up @@ -4,7 +4,7 @@
"description": "libgourou is a free implementation of Adobe's ADEPT protocol used to add DRM on ePub/PDF files",
"homepage": "https://indefero.soutade.fr/p/libgourou",
"license": "LGPL-3.0-or-later",
"supports": "!uwp & !windows",
"supports": "!windows",
"dependencies": [
"curl",
"libzip",
Expand All @@ -14,10 +14,6 @@
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
8 changes: 2 additions & 6 deletions ports/updfparser/vcpkg.json
@@ -1,18 +1,14 @@
{
"name": "updfparser",
"version": "0.8.0",
"version-date": "2022-12-19",
"description": "updfparser is a very simple PDF parser that will load PDF objects without interpretation",
"homepage": "https://indefero.soutade.fr/p/updfparser",
"license": "LGPL-3.0-or-later",
"supports": "!uwp & !windows",
"supports": "!windows",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Expand Up @@ -7721,7 +7721,7 @@
"port-version": 0
},
"updfparser": {
"baseline": "0.8.0",
"baseline": "2022-12-19",
"port-version": 0
},
"urdfdom": {
Expand Down
2 changes: 1 addition & 1 deletion versions/l-/libgourou.json
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "91654be19917cffdbb338f46d8e13aa2071aaeff",
"git-tree": "dedf60b5899738d2d19d108be5682ba4d4f1edbb",
"version": "0.8.0",
"port-version": 0
}
Expand Down
5 changes: 5 additions & 0 deletions versions/u-/updfparser.json
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "1bad8a1f42b8a6b61c7f0865c0119abd95f78f82",
"version-date": "2022-12-19",
"port-version": 0
},
{
"git-tree": "c1ce55a66a9b2cbd947c9574ae85e543ae5df418",
"version": "0.8.0",
Expand Down

0 comments on commit cea0d74

Please sign in to comment.