Skip to content

Commit

Permalink
[exprtk] Add version 0.0.3 2024-01-01
Browse files Browse the repository at this point in the history
  • Loading branch information
ArashPartow committed Jan 1, 2024
1 parent 0ec126a commit 6367623
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/exprtk/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 ArashPartow/exprtk
REF F46BFFCD6966D38A09023FB37BA9335214C9B959
SHA512 5D4F1CC49E035860D9B2410A9B48E1ADF8784C6301A31B2C7462C2DBFA64CA6763A832354E57414919DF7B7D23975F5F7759D0984BECAF25B39FB0AEDE6B716F
REF A4B17D543F072D2E3BA564E4BC5C3A0D2B05C338
SHA512 17CFD8521BF7E9213131351F697983F8E33E00CEC4EEE43FAF2FEE4C3FB6A9BEDAE54C84BD69CF64E8CCBCA353C2AED7048DCF6FC20F631CF23C8219C02A68F2
HEAD_REF release
)

Expand Down
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": "2023-01-01",
"version-date": "2024-01-01",
"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": "2023-01-01",
"baseline": "2024-01-01",
"port-version": 0
},
"ezc3d": {
Expand Down
5 changes: 5 additions & 0 deletions versions/e-/exprtk.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b5bfde703d896594c4ade9cd8f49132616a856a0",
"version-date": "2024-01-01",
"port-version": 0
},
{
"git-tree": "2238b012e3497cfa5bca47a39f3975e15b960d1b",
"version-date": "2023-01-01",
Expand Down

0 comments on commit 6367623

Please sign in to comment.