aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorRémy Tassoux <contact@rt2.fr>2021-09-04 02:04:00 +0200
committerGitHub <noreply@github.com>2021-09-03 17:04:00 -0700
commitd84a2cc46dadbcb8b1b5d3aca1b5b6a2d0ee05b3 (patch)
treea8117108ec0241fcfa2caf81f42394c3eebdc547 /ports
parent3506a45eabcb63f9f65e96fc2debc290e72de4d6 (diff)
downloadvcpkg-d84a2cc46dadbcb8b1b5d3aca1b5b6a2d0ee05b3.tar.gz
vcpkg-d84a2cc46dadbcb8b1b5d3aca1b5b6a2d0ee05b3.zip
[quill] Update to 1.6.3 (#19827)
* [quill] Update to 1.6.3 * [quill] Update version files Co-authored-by: Rémy Tassoux <rt2@rasterizedworld.com>
Diffstat (limited to 'ports')
-rw-r--r--ports/quill/CONTROL7
-rw-r--r--ports/quill/portfile.cmake4
-rw-r--r--ports/quill/vcpkg.json10
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"
+ ]
+}