aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArash Partow <ArashPartow@users.noreply.github.com>2020-03-28 13:33:05 +1100
committerGitHub <noreply@github.com>2020-03-27 19:33:05 -0700
commitaa9b8ecc06d8246b5064befd806750bf74368435 (patch)
treec992d0d2454ef981b47e920a744ec29731468da0
parent5e95b08a99ed205561b5b68b94b0474b15e8b034 (diff)
downloadvcpkg-aa9b8ecc06d8246b5064befd806750bf74368435.tar.gz
vcpkg-aa9b8ecc06d8246b5064befd806750bf74368435.zip
Update ExprTk package (#10506)
-rw-r--r--ports/exprtk/CONTROL4
-rw-r--r--ports/exprtk/copyright2
-rw-r--r--ports/exprtk/portfile.cmake4
3 files changed, 5 insertions, 5 deletions
diff --git a/ports/exprtk/CONTROL b/ports/exprtk/CONTROL
index f2d1c383e..2dc2b3a8e 100644
--- a/ports/exprtk/CONTROL
+++ b/ports/exprtk/CONTROL
@@ -1,4 +1,4 @@
Source: exprtk
-Version: 2019-07-11
-Homepage: https://github.com/ArashPartow/exprtk
+Version: 2020-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 ee372c989..56598bb51 100644
--- a/ports/exprtk/copyright
+++ b/ports/exprtk/copyright
@@ -1,4 +1,4 @@
-Copyright 1999-2018 Arash Partow
+Copyright 1999-2020 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 12aaeee1b..4ed9e3ffa 100644
--- a/ports/exprtk/portfile.cmake
+++ b/ports/exprtk/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO ArashPartow/exprtk
- REF 7ccb123e9e79bc3df30a66c0bffe921d195702d7
- SHA512 75b6adaa254060053f56e3978be3e10847c9dae22f675eae728cb0c7fd9a5e6fee8c8278764826e0e0be3bcb2cfd2288e091d0f965ac2e331403683f15764b92
+ REF 15b77a667b06d5bd82db01e0f4c773dd7cce9a97
+ SHA512 14fdc2420ab8cb0c1552d91251822f873fe7485a2fbf49376261638c6b0a4d2b24ceeeff0692d2cc8e8b78efb13ab886d65f0bebe1efc2348a95c6dc19c98f73
)
file(COPY ${SOURCE_PATH}/exprtk.hpp DESTINATION ${CURRENT_PACKAGES_DIR}/include)