Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/cddlib/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO cddlib/cddlib
REF ${VERSION}
SHA512 8591ebe9e2a09683bb01b478df6536d1291012927d343013f8593126d3570f7883e125c63c68cd21eeea142a450847dc609e373e39cffb308bed1b56d6342ac1
REF "${VERSION}"
SHA512 08314d757a55065fc09ca2b514d8425b651eee2f5a195d5fbc1369acde1dc704c31a7c0e85ef3f8ec72e36f5f6a10618acef95157fa78989da96ce34bc9bc7f9
HEAD_REF master
PATCHES
0001-disable-doc-target.patch # disable building docs, as they require latex
Expand Down
2 changes: 1 addition & 1 deletion ports/cddlib/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cddlib",
"version-string": "0.94m",
"version-string": "0.94n",
"description": "C implementation of the Double Description Method",
"homepage": "https://github.com/cddlib/cddlib",
"license": "GPL-2.0-or-later",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -1641,7 +1641,7 @@
"port-version": 0
},
"cddlib": {
"baseline": "0.94m",
"baseline": "0.94n",
"port-version": 0
},
"cdt": {
Expand Down
5 changes: 5 additions & 0 deletions versions/c-/cddlib.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "dcc511bc67a327ab4683a05a48d8389dc4cf6b14",
"version-string": "0.94n",
"port-version": 0
},
{
"git-tree": "0bb4839476e2e904a3afcde5003ae2fe7237efd7",
"version-string": "0.94m",
Expand Down
Loading