Skip to content

chore(port): update python-cmake/sphinx-cmake to v0.2.2 #204

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 6, 2024
Merged
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
2 changes: 1 addition & 1 deletion ports/sphinx-cmake/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ vcpkg_from_github(
REF
${VERSION}
SHA512
4c57880895616fbc0ff958dd6e646af03904b390ec9c5f9c46d1fcab8ba9017c30052edd042470d8e394dd9b584ce8b4c2eeb8e62f212de496b078d696b91f4b
1c61e77eccfb47b9f4af388e8bd325d7b6b8c04595f99c6a96f369bf50bedda80b77fb8d5ec49085e137f9765476bdc974a607b286a44cd6a3709facfc4b1324
)

file(GLOB items ${SOURCE_PATH}/cmake/*)
Expand Down
2 changes: 1 addition & 1 deletion ports/sphinx-cmake/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sphinx-cmake",
"version": "0.2.1",
"version": "0.2.2",
"description": "Sphinx module for CMake.",
"homepage": "https://github.com/python-cmake/sphinx-cmake",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
"port-version": 0
},
"sphinx-cmake": {
"baseline": "0.2.1",
"baseline": "0.2.2",
"port-version": 0
},
"stablecoder-cmake-scripts": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sphinx-cmake.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "eab0e0b38d9fd0e290f8ccc6726645e7b66efe0c",
"version": "0.2.2",
"port-version": 0
},
{
"git-tree": "84913eb7e9c5ca173ab8ba9a284a4bb6ae7b345f",
"version": "0.2.1",
Expand Down
Loading