diff options
| author | Arash Partow <ArashPartow@users.noreply.github.com> | 2021-03-02 11:08:29 +1100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-01 16:08:29 -0800 |
| commit | 80976fc216ef6c8ac418fd99cecaafab85778185 (patch) | |
| tree | a63a10fc414dc1b33afa975a9e5e3e68def4123b | |
| parent | 8e31229c72fe2d8f2bebc42820a6978d2e8affcb (diff) | |
| download | vcpkg-80976fc216ef6c8ac418fd99cecaafab85778185.tar.gz vcpkg-80976fc216ef6c8ac418fd99cecaafab85778185.zip | |
[exprtk] Update ExprTk (#16458)
* Update ExprTk
* Modify portfile.cmake
* update version
Co-authored-by: Jonliu1993 <13720414433@163.com>
| -rw-r--r-- | ports/exprtk/CONTROL | 2 | ||||
| -rw-r--r-- | ports/exprtk/copyright | 2 | ||||
| -rw-r--r-- | ports/exprtk/portfile.cmake | 6 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/e-/exprtk.json | 5 |
5 files changed, 11 insertions, 6 deletions
diff --git a/ports/exprtk/CONTROL b/ports/exprtk/CONTROL index 71ff8bfdd..e961b7ace 100644 --- a/ports/exprtk/CONTROL +++ b/ports/exprtk/CONTROL @@ -1,4 +1,4 @@ Source: exprtk -Version: 2020-09-14 +Version: 2021-01-01 Homepage: http://www.partow.net/programming/exprtk/index.html Description: Simple to use, easy to integrate and extremely efficient run-time C++ mathematical expression parser and evaluation engine. diff --git a/ports/exprtk/copyright b/ports/exprtk/copyright index 56598bb51..f360b8332 100644 --- a/ports/exprtk/copyright +++ b/ports/exprtk/copyright @@ -1,4 +1,4 @@ -Copyright 1999-2020 Arash Partow +Copyright 1999-2021 Arash Partow http://www.partow.net/programming/exprtk/index.html Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/ports/exprtk/portfile.cmake b/ports/exprtk/portfile.cmake index eb3d16a7d..8ebab1b62 100644 --- a/ports/exprtk/portfile.cmake +++ b/ports/exprtk/portfile.cmake @@ -1,9 +1,9 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ArashPartow/exprtk - REF d312ba91419c9cb12c8279fd3a19096d39dfcb5e # accessed on 2020-09-14 - SHA512 c8145e2fdd6ecbed2a1a82d0e7e5e1e5545f42d2bb02700fb52f31012e959d4e070e0e04e5e13d1879d62f7a9c61c692462ce3cca44144670f97db84f572be09 + REF ca5c577917646ddba3f71ce6d5dd7d01f351ee80 + SHA512 bb4e36cec74c5e583c417000e4b20dc878572f0eeceffdae021dcdc0cc3e4186be150ca446722ce6a497c9cd4f8bbe51098894207ce711b33139fffb5dd2f6a4 ) file(COPY ${SOURCE_PATH}/exprtk.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include) -file(COPY ${CMAKE_CURRENT_LIST_DIR}/copyright DESTINATION ${CURRENT_PACKAGES_DIR}/share/exprtk) +file(COPY ${CMAKE_CURRENT_LIST_DIR}/copyright DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT}) diff --git a/versions/baseline.json b/versions/baseline.json index aa207cb15..ddfda0562 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -1849,7 +1849,7 @@ "port-version": 0 }, "exprtk": { - "baseline": "2020-09-14", + "baseline": "2021-01-01", "port-version": 0 }, "ezc3d": { diff --git a/versions/e-/exprtk.json b/versions/e-/exprtk.json index cbfa2ce9b..4cc90df98 100644 --- a/versions/e-/exprtk.json +++ b/versions/e-/exprtk.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "497f4b1dc2da32e75f934ba6d0e496a4dc0b01ae", + "version-string": "2021-01-01", + "port-version": 0 + }, + { "git-tree": "8052628829fe4c863db89f423ea72afb169db258", "version-string": "2020-09-14", "port-version": 0 |
