diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/quill/CONTROL | 7 | ||||
| -rw-r--r-- | ports/quill/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/quill/vcpkg.json | 10 |
3 files changed, 12 insertions, 9 deletions
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" + ] +} |
