[hashids] Update to 1.2.2 (#40208)

Co-authored-by: Monica <v-liumonica@microsoft.com>
This commit is contained in:
MonicaLiu 2024-08-01 14:33:28 -07:00 committed by GitHub
parent 1d3bd1049e
commit 4f597750e8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 5 deletions

View File

@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO tzvetkoff/hashids.c
REF 11ea51510ba968438eb9b1bc3f8c9981be731521 # v1.2.1
SHA512 a6c066ff6544502f1c0ed55afcf994e6ed52b207e428de58992ec9e3ffef1e6fdb4439f2565e7cb039065403f497fcf8e95a8e3b9843e4f0b9bef22853816270
REF "v${VERSION}"
SHA512 f752a95118f729eb9e9651fc5d0112271c5cb95c8cefeaef33f61611274075ba4085edca58fb14823d4665de4044eff24397b891a22c2cb196e9c1c287fae378
HEAD_REF master
PATCHES
hashids.patch
@ -27,4 +27,4 @@ vcpkg_configure_make(
vcpkg_install_make()
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
file(INSTALL "${SOURCE_PATH}/LICENSE.md" DESTINATION "${CURRENT_PACKAGES_DIR}/share/hashids" RENAME copyright)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")

View File

@ -1,6 +1,6 @@
{
"name": "hashids",
"version": "1.2.1",
"version": "1.2.2",
"description": "generate short unique ids from integers",
"homepage": "https://hashids.org/c/",
"license": "MIT",

View File

@ -3393,7 +3393,7 @@
"port-version": 3
},
"hashids": {
"baseline": "1.2.1",
"baseline": "1.2.2",
"port-version": 0
},
"hayai": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "4e10b5eca8fef8c7f6ca6e7f23a6a39fc179a5a6",
"version": "1.2.2",
"port-version": 0
},
{
"git-tree": "170dbea9b9e43fbefda63cd897b24e4e890c73ae",
"version": "1.2.1",