[sqlite-flux] Update to version 1.1.1 (#48559)

Co-authored-by: Oryxbit <oryxsbit@gmail.com>
This commit is contained in:
a-alomran
2025-12-05 13:38:05 +01:00
committed by GitHub
parent 77ffc91c80
commit 4ba97a60d0
4 changed files with 12 additions and 13 deletions

View File

@@ -1,25 +1,19 @@
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO a-alomran/sqlite_flux
REF v1.0.0
SHA512 7c1486e0b89a719230368f9202049a823420b0305999bef0c4b15567b5fe97aec47862fbffd65e8986423d56a9cdf9d10abace4385e08825ad20a324ec729347
REF v1.1.1
SHA512 abd71e9b99b27b4edebe8f49e978212498b0914170b9fe41b4111121eb2d732b9b2939add9f6732d474008628eb3e05e0945f7687504da837d497a93d96d3376
HEAD_REF main
)
vcpkg_cmake_configure(
SOURCE_PATH "${SOURCE_PATH}"
)
vcpkg_cmake_install()
vcpkg_cmake_config_fixup(
PACKAGE_NAME sqlite_flux
CONFIG_PATH lib/cmake/sqlite_flux
)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")

View File

@@ -1,10 +1,10 @@
{
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "sqlite-flux",
"version": "1.0.0",
"version": "1.1.1",
"description": "Modern C++20 type-safe, thread-safe SQLite query builder with fluent API and compile-time validation",
"homepage": "https://github.com/a-alomran/sqlite-flux",
"homepage": "https://github.com/a-alomran/sqlite_flux",
"license": "MIT",
"supports": "!uwp",
"dependencies": [
"sqlite3",
{

View File

@@ -9333,8 +9333,8 @@
"port-version": 0
},
"sqlite-flux": {
"baseline": "1.0.0",
"port-version": 0
"baseline": "1.1.1",
"port-version": 0
},
"sqlite-modern-cpp": {
"baseline": "2023-12-03",

View File

@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "5afc95310c8f2f3d5c887e57079c4f313237d88f",
"version": "1.1.1",
"port-version": 0
},
{
"git-tree": "27f146a38571fe02442194a822d8fc9bd9684cfb",
"version": "1.0.0",