Skip to content

Commit

Permalink
[type-safe] update to 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroMemes committed May 24, 2024
1 parent 59aeb8f commit 1d2519f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/type-safe/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO foonathan/type_safe
REF v0.2.3
SHA512 2064995421c5b6bad1b336adf71af9ad1dd3d2245411be1f531d3b72db782a9a959f20597c18a1bd8a71fd3e9e87e396b4fe5595a5e99a32e2d814d6a7c6222b
REF "v${VERSION}"
SHA512 90e256af61649706c97d2cf317ce34b2b953fc841b04eab8193a865d3eced9a1044d22ecb520688f3adf35a06c346945604f177a933e7709cc167bb1637ccb4e
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/type-safe/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "type-safe",
"version": "0.2.3",
"version": "0.2.4",
"description": "Zero overhead abstractions that use the C++ type system to prevent bugs.",
"homepage": "https://github.com/foonathan/type_safe",
"dependencies": [
Expand Down

0 comments on commit 1d2519f

Please sign in to comment.