mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 12:41:38 +08:00
[log4cxx]: update to 1.1.0 (#33980)
This commit is contained in:
parent
3cc2377d21
commit
293512465b
@ -1,7 +1,7 @@
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://archive.apache.org/dist/logging/log4cxx/${VERSION}/apache-log4cxx-${VERSION}.tar.gz"
|
||||
FILENAME "apache-log4cxx-${VERSION}.tar.gz"
|
||||
SHA512 a6b928d7b5b4fb60a67504be082f436a6d1a750b752a89df51d0660670b6c008e7376cf56c1749fd5fc17777ae8a2d957f72879c9a89487ecb0f179999dc1283
|
||||
SHA512 66a66eab933a6afd0779e3f73f65afa4fb82481208b591fd7c7c86ded805f50abcd9cdf954bdb49e1e7f5198e6c1c4fff8a7e180ff5fff9491f1946e9ba6fe2b
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "log4cxx",
|
||||
"version": "1.0.0",
|
||||
"version": "1.1.0",
|
||||
"description": "Apache log4cxx is a logging framework for C++ patterned after Apache log4j, which uses Apache Portable Runtime for most platform-specific code and should be usable on any platform supported by APR",
|
||||
"homepage": "https://logging.apache.org/log4cxx",
|
||||
"license": "Apache-2.0",
|
||||
|
@ -5113,7 +5113,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"log4cxx": {
|
||||
"baseline": "1.0.0",
|
||||
"baseline": "1.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"loguru": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "eca29ecb5127d26bd46aad143468b069a045d104",
|
||||
"version": "1.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "3f8391924df847ec08d25424cb7482be557c3d49",
|
||||
"version": "1.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user