From d84a2cc46dadbcb8b1b5d3aca1b5b6a2d0ee05b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Tassoux?= Date: Sat, 4 Sep 2021 02:04:00 +0200 Subject: [quill] Update to 1.6.3 (#19827) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [quill] Update to 1.6.3 * [quill] Update version files Co-authored-by: Rémy Tassoux --- ports/quill/CONTROL | 7 ------- ports/quill/portfile.cmake | 4 ++-- ports/quill/vcpkg.json | 10 ++++++++++ versions/baseline.json | 2 +- versions/q-/quill.json | 5 +++++ 5 files changed, 18 insertions(+), 10 deletions(-) delete mode 100644 ports/quill/CONTROL create mode 100644 ports/quill/vcpkg.json diff --git a/ports/quill/CONTROL b/ports/quill/CONTROL deleted file mode 100644 index 5faedf021..000000000 --- a/ports/quill/CONTROL +++ /dev/null @@ -1,7 +0,0 @@ -Source: quill -Version: 1.6.2 -Port-Version: 0 -Homepage: https://github.com/odygrd/quill/ -Description: C++14 Asynchronous Low Latency Logging Library -Supports: !(uwp|android) -Build-Depends: fmt diff --git a/ports/quill/portfile.cmake b/ports/quill/portfile.cmake index 8fb5be210..c0893aa8f 100644 --- a/ports/quill/portfile.cmake +++ b/ports/quill/portfile.cmake @@ -5,8 +5,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO odygrd/quill - REF v1.6.2 - SHA512 c1db04c96c70b6bced38ecc83b4bba9e60b02cf13ff48ab92132ceb828414fcf046cb2c41337a4ae321b0bad8598eb280a7edcc30e0720d7609898e15d514380 + REF v1.6.3 + SHA512 e75aca827fe0833422da0d38df482cbc39db0e43dcc3cb791f3e2649f7022dcc448831a5ede85daf6feada60a2d5eaf312a3411abbba92fb9d76466336a7244d HEAD_REF master ) diff --git a/ports/quill/vcpkg.json b/ports/quill/vcpkg.json new file mode 100644 index 000000000..a3441a033 --- /dev/null +++ b/ports/quill/vcpkg.json @@ -0,0 +1,10 @@ +{ + "name": "quill", + "version-semver": "1.6.3", + "description": "C++14 Asynchronous Low Latency Logging Library", + "homepage": "https://github.com/odygrd/quill/", + "supports": "!(uwp | android)", + "dependencies": [ + "fmt" + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index 9d2292938..f1e27bb49 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5513,7 +5513,7 @@ "port-version": 0 }, "quill": { - "baseline": "1.6.2", + "baseline": "1.6.3", "port-version": 0 }, "quirc": { diff --git a/versions/q-/quill.json b/versions/q-/quill.json index 5cf510cf3..027adcae4 100644 --- a/versions/q-/quill.json +++ b/versions/q-/quill.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "e6ee8372d06d69dda719c955d24baa1f61924f86", + "version-semver": "1.6.3", + "port-version": 0 + }, { "git-tree": "0e3b811db3b65c4239a657bfd1a2fae470a8096a", "version-string": "1.6.2", -- cgit v1.2.3