Skip to content

Commit

Permalink
[openscap] Fix build (#27312)
Browse files Browse the repository at this point in the history
* [openscap] fix build

* [openscap] bump port-version
  • Loading branch information
ice0 authored Oct 20, 2022
1 parent 23c82b0 commit a441745
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
6 changes: 3 additions & 3 deletions ports/openscap/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "openscap",
"version": "1.3.1",
"port-version": 3,
"port-version": 4,
"description": "The oscap program is a command line tool that allows users to load, scan, validate, edit, and export SCAP documents.",
"homepage": "https://github.com/OpenSCAP/openscap",
"license": "LGPL-2.1-or-later",
Expand All @@ -13,8 +13,8 @@
"libxslt",
"libzip",
"openssl",
"pcre2",
"pthread",
"pcre",
"pthreads",
{
"name": "vcpkg-cmake",
"host": true
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5494,7 +5494,7 @@
},
"openscap": {
"baseline": "1.3.1",
"port-version": 3
"port-version": 4
},
"openssl": {
"baseline": "3.0.5",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/openscap.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "e19b3163cda0978696c4a2b6fc6db92800051398",
"version": "1.3.1",
"port-version": 4
},
{
"git-tree": "6f96365cae0ee049b58b5863a0d59ca32782a9fa",
"version": "1.3.1",
Expand Down

0 comments on commit a441745

Please sign in to comment.