[quirc] update to 1.2 (#37738)

This commit is contained in:
Jia Yue Hua 2024-03-28 06:21:57 +08:00 committed by GitHub
parent 84e008654e
commit 50c7463168
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 10 additions and 6 deletions

View File

@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO dlbeer/quirc REPO dlbeer/quirc
REF 7e7ab596e4d0988faf1c12ae89c354b114181c40 REF "v${VERSION}"
SHA512 d10a783a33ffcc168a287b03250c5ac00b942ec724da641b13fe2ef3f456453b143146422b7e18129a75ce00f13d2d9e3097ac4620134d832de8be4adbbc61c2 SHA512 0f694d16bc24012ef29a9aab8e48419bc7c346153ead3feed8e83845927f9683bb62b2e61c6872643f66b0c864c2e3c7e1a4ea4c657399b38cabfa687bedee82
HEAD_REF master HEAD_REF master
) )

View File

@ -1,7 +1,6 @@
{ {
"name": "quirc", "name": "quirc",
"version": "1.1", "version": "1.2",
"port-version": 3,
"description": "quirc is one of the C library available for scanning QR Codes", "description": "quirc is one of the C library available for scanning QR Codes",
"homepage": "https://github.com/dlbeer/quirc", "homepage": "https://github.com/dlbeer/quirc",
"license": null, "license": null,

View File

@ -7469,8 +7469,8 @@
"port-version": 0 "port-version": 0
}, },
"quirc": { "quirc": {
"baseline": "1.1", "baseline": "1.2",
"port-version": 3 "port-version": 0
}, },
"qwt": { "qwt": {
"baseline": "2023-05-12", "baseline": "2023-05-12",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "f586c894573b92fc601590eb0e38b3e54e0c7f5c",
"version": "1.2",
"port-version": 0
},
{ {
"git-tree": "85b17d675bbbb05448d16af79d434bc5fca51f7b", "git-tree": "85b17d675bbbb05448d16af79d434bc5fca51f7b",
"version": "1.1", "version": "1.1",