Skip to content

Commit

Permalink
VCPKG info update [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
RealTimeChris committed Dec 12, 2023
1 parent 539980f commit fd7b405
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Vcpkg/ports/jsonifier/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO realtimechris/jsonifier
REF "v${VERSION}"
SHA512 f03f4a224fd98a17cf72c33910e368b5c8425be856fe427eacb71087c33fd1e8ad415200b1099d6fbc56631dc1216d74fcf9f2bf16c14f630fff99889a7f57cc
SHA512 da9a67e6987970462c22ac2174231c4c2d5531bd0ebd329cdaf8147f8777e03fb9a7c9ac2b23297dbe51fdf894720ac101ca11277f8a610a089fe9d06d0dbd38
HEAD_REF main
PATCHES
uninstall-head.patch
Expand All @@ -16,4 +16,4 @@ vcpkg_cmake_configure(

vcpkg_cmake_install()

vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/License.md")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/License.md")
2 changes: 1 addition & 1 deletion Vcpkg/ports/jsonifier/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "jsonifier",
"version": "0.9.92",
"version": "0.9.93",
"description": "A few classes for parsing and serializing json - very rapidly.",
"homepage": "https://github.com/realtimechris/jsonifier",
"license": "MIT",
Expand Down
10 changes: 10 additions & 0 deletions Vcpkg/versions/j-/jsonifier.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
{
"versions": [
{
"git-tree": "f726afce498713b494de966710d4181e86ebabba",
"version": "0.9.93",
"port-version": 0
},
{
"git-tree": "58dc6092ed3ff864e9b96b10b265586bffac3eeb",
"version": "0.9.92",
"port-version": 0
},
{
"git-tree": "be9213f10f70e56d8f7fad547c9691558f9babc9",
"version": "0.9.91",
Expand Down

0 comments on commit fd7b405

Please sign in to comment.