aboutsummaryrefslogtreecommitdiff
path: root/ports/tsl-ordered-map
diff options
context:
space:
mode:
Diffstat (limited to 'ports/tsl-ordered-map')
-rw-r--r--ports/tsl-ordered-map/CONTROL2
-rw-r--r--ports/tsl-ordered-map/portfile.cmake4
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/tsl-ordered-map/CONTROL b/ports/tsl-ordered-map/CONTROL
index 7595c53fc..bb2b75a9d 100644
--- a/ports/tsl-ordered-map/CONTROL
+++ b/ports/tsl-ordered-map/CONTROL
@@ -1,3 +1,3 @@
Source: tsl-ordered-map
-Version: 0.8.0
+Version: 0.8.1
Description: C++ hash map and hash set which preserve the order of insertion
diff --git a/ports/tsl-ordered-map/portfile.cmake b/ports/tsl-ordered-map/portfile.cmake
index bfa4f0625..19940d270 100644
--- a/ports/tsl-ordered-map/portfile.cmake
+++ b/ports/tsl-ordered-map/portfile.cmake
@@ -3,8 +3,8 @@ include(vcpkg_common_functions)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO Tessil/ordered-map
- REF v0.8.0
- SHA512 9e0cc8ea4d5731e89cb6d58a54394b4ab0378cb2488d9e462ad80facd8aa06e21aaa0f9b969fbd7ac22c99bae09ab7c6e7980857784aa0b1a3a2b0c216ffa79a
+ REF v0.8.1
+ SHA512 c776fc82c971ec507f12fa071c5831bbbf94a0351f7ae936f60b73b91be2a264737b606a6be7bae0cc6b971f01c619a78dad3072ac603b26a2a13836184a8f3a
)
vcpkg_configure_cmake(