[bw-sqlitemap] update to 1.2.0 (#48324)

This commit is contained in:
Benno Waldhauer
2025-11-17 20:14:29 +01:00
committed by GitHub
parent 0f12d6c3cb
commit 69ba642eff
4 changed files with 8 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO bw-hro/sqlitemap
REF "v${VERSION}"
SHA512 72e5dc25d82d440d0da17a5f464750320626b19a39536c268b3591b3f9a0631b2a2bbd6ecc5c242cd69ff9895c49e69ad20f273313a78f837d6e8bb55942217c
SHA512 1f3e3fd0c3127273c5aa13b739f5a75c0e84c54a0da20f27793627602f7072b206a53c5dc617ebe89ce87e811ac940e7416109d4bc404e760dbcb2765e28948e
HEAD_REF main
)

View File

@@ -1,6 +1,6 @@
{
"name": "bw-sqlitemap",
"version": "1.1.0",
"version": "1.2.0",
"description": "sqlitemap — Persistent Map Backed by SQLite",
"homepage": "https://github.com/bw-hro/sqlitemap",
"license": "MIT",

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5732019c2b545946d24684734c2cf28a4df626a1",
"version": "1.2.0",
"port-version": 0
},
{
"git-tree": "84db5f837e7fdd3aaf8e77aca1cfcda94e3f8c11",
"version": "1.1.0",

View File

@@ -1509,7 +1509,7 @@
"port-version": 4
},
"bw-sqlitemap": {
"baseline": "1.1.0",
"baseline": "1.2.0",
"port-version": 0
},
"bw-tempdir": {