Update ExprTk package (#10506)

This commit is contained in:
Arash Partow 2020-03-28 13:33:05 +11:00 committed by GitHub
parent 5e95b08a99
commit aa9b8ecc06
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -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.

View File

@ -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:

View File

@ -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)