aboutsummaryrefslogtreecommitdiff
path: root/ports/exprtk
diff options
context:
space:
mode:
authorArash Partow <ArashPartow@users.noreply.github.com>2021-03-02 11:08:29 +1100
committerGitHub <noreply@github.com>2021-03-01 16:08:29 -0800
commit80976fc216ef6c8ac418fd99cecaafab85778185 (patch)
treea63a10fc414dc1b33afa975a9e5e3e68def4123b /ports/exprtk
parent8e31229c72fe2d8f2bebc42820a6978d2e8affcb (diff)
downloadvcpkg-80976fc216ef6c8ac418fd99cecaafab85778185.tar.gz
vcpkg-80976fc216ef6c8ac418fd99cecaafab85778185.zip
[exprtk] Update ExprTk (#16458)
* Update ExprTk * Modify portfile.cmake * update version Co-authored-by: Jonliu1993 <13720414433@163.com>
Diffstat (limited to 'ports/exprtk')
-rw-r--r--ports/exprtk/CONTROL2
-rw-r--r--ports/exprtk/copyright2
-rw-r--r--ports/exprtk/portfile.cmake6
3 files changed, 5 insertions, 5 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})