Skip to content

Commit

Permalink
Switch version scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
dg0yt committed Jan 10, 2025
1 parent 4f2690e commit c9e1b27
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 16 deletions.
8 changes: 0 additions & 8 deletions ports/exprtk/copyright

This file was deleted.

9 changes: 5 additions & 4 deletions ports/exprtk/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ArashPartow/exprtk
REF A4B17D543F072D2E3BA564E4BC5C3A0D2B05C338
SHA512 17CFD8521BF7E9213131351F697983F8E33E00CEC4EEE43FAF2FEE4C3FB6A9BEDAE54C84BD69CF64E8CCBCA353C2AED7048DCF6FC20F631CF23C8219C02A68F2
REF ${VERSION}
SHA512 1493b68929d3cb4e97c0180ef6f111ae4edbbee072ab78223976005b8402e4e7b56d94f013fbbc009f4db2652167fa3b4ba3c33d4029572ebbe61a36df9da9e4
HEAD_REF master
)

file(COPY ${SOURCE_PATH}/exprtk.hpp DESTINATION "${CURRENT_PACKAGES_DIR}/include")
vcpkg_install_copyright(FILE_LIST "${CMAKE_CURRENT_LIST_DIR}/copyright")
file(COPY "${SOURCE_PATH}/exprtk.hpp" DESTINATION "${CURRENT_PACKAGES_DIR}/include")

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/license.txt")
2 changes: 1 addition & 1 deletion ports/exprtk/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exprtk",
"version-date": "2024-01-01",
"version": "0.0.3",
"description": "Simple to use, easy to integrate and extremely efficient run-time C++ mathematical expression parser and evaluation engine.",
"homepage": "https://www.partow.net/programming/exprtk/index.html",
"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 @@ -2637,7 +2637,7 @@
"port-version": 0
},
"exprtk": {
"baseline": "2024-01-01",
"baseline": "0.0.3",
"port-version": 0
},
"ezc3d": {
Expand Down
4 changes: 2 additions & 2 deletions versions/e-/exprtk.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"versions": [
{
"git-tree": "22b626e7087c25b22345130b5ccea1dab9ee9b10",
"version-date": "2024-01-01",
"git-tree": "266380073f12896cc91ff1113f8e2ae7374be9d6",
"version": "0.0.3",
"port-version": 0
},
{
Expand Down

0 comments on commit c9e1b27

Please sign in to comment.