aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorautoantwort <41973254+autoantwort@users.noreply.github.com>2021-04-12 18:56:17 +0200
committerGitHub <noreply@github.com>2021-04-12 09:56:17 -0700
commitd23aa4ad3f71660904e9c243b202f35e4f153477 (patch)
tree6d7f8d9bf4addcb657ff7a98613b41f0793dc9c1 /ports
parentfe112d8301e13fde9a25dc92d94a0c4a6dc3cf19 (diff)
downloadvcpkg-d23aa4ad3f71660904e9c243b202f35e4f153477.tar.gz
vcpkg-d23aa4ad3f71660904e9c243b202f35e4f153477.zip
[vcpkg baseline] [nowide] update to 11.1.2 (#17209)
* [nowide] update to 11.1.2 * add version files * Trigger Build
Diffstat (limited to 'ports')
-rw-r--r--ports/nowide/CONTROL4
-rw-r--r--ports/nowide/portfile.cmake6
-rw-r--r--ports/nowide/vcpkg.json6
3 files changed, 9 insertions, 7 deletions
diff --git a/ports/nowide/CONTROL b/ports/nowide/CONTROL
deleted file mode 100644
index 11371a533..000000000
--- a/ports/nowide/CONTROL
+++ /dev/null
@@ -1,4 +0,0 @@
-Source: nowide
-Version: 11.1.1
-Homepage: https://github.com/boostorg/nowide
-Description: Boost nowide module (standalone)
diff --git a/ports/nowide/portfile.cmake b/ports/nowide/portfile.cmake
index 87031e3b7..48af04d8c 100644
--- a/ports/nowide/portfile.cmake
+++ b/ports/nowide/portfile.cmake
@@ -1,7 +1,7 @@
vcpkg_download_distfile(ARCHIVE
- URLS "https://github.com/boostorg/nowide/releases/download/v11.1.1/nowide_standalone_v11.1.1.tar.gz"
- FILENAME "nowide_standalone_v11.1.1.tar.gz"
- SHA512 fbb7763a5fe9307ac378367555d905e31457ed8b789f6d3b08cc498d7529ecdf7de31fe78272ecaaa46fc0c6402c06ddbe7e6a6fe5b5b3d7b8c0435f12076923
+ URLS "https://github.com/boostorg/nowide/releases/download/v11.1.2/nowide_standalone_v11.1.2.tar.gz"
+ FILENAME "nowide_standalone_v11.1.2.tar.gz"
+ SHA512 8a4dcd6ead15b2b0eeabaccd306df88c54b282bbef33aca3d8303be86b39de5958f2f11b8f8e00e6f0190ece8f90f940e26d0b702323b7b005ea21dd8bae6393
)
vcpkg_extract_source_archive_ex(
diff --git a/ports/nowide/vcpkg.json b/ports/nowide/vcpkg.json
new file mode 100644
index 000000000..8635a7cd9
--- /dev/null
+++ b/ports/nowide/vcpkg.json
@@ -0,0 +1,6 @@
+{
+ "name": "nowide",
+ "version": "11.1.2",
+ "description": "Boost nowide module (standalone)",
+ "homepage": "https://github.com/boostorg/nowide"
+}