diff --git a/ports/sqlite-flux/portfile.cmake b/ports/sqlite-flux/portfile.cmake index f04f6b48ac..044bc38ed4 100644 --- a/ports/sqlite-flux/portfile.cmake +++ b/ports/sqlite-flux/portfile.cmake @@ -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") \ No newline at end of file diff --git a/ports/sqlite-flux/vcpkg.json b/ports/sqlite-flux/vcpkg.json index b51c2d1208..0f4c26b4c0 100644 --- a/ports/sqlite-flux/vcpkg.json +++ b/ports/sqlite-flux/vcpkg.json @@ -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", { diff --git a/versions/baseline.json b/versions/baseline.json index ce701b83d7..836ee3885f 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -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", diff --git a/versions/s-/sqlite-flux.json b/versions/s-/sqlite-flux.json index 03d4e85849..8cc2e0d40e 100644 --- a/versions/s-/sqlite-flux.json +++ b/versions/s-/sqlite-flux.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "5afc95310c8f2f3d5c887e57079c4f313237d88f", + "version": "1.1.1", + "port-version": 0 + }, { "git-tree": "27f146a38571fe02442194a822d8fc9bd9684cfb", "version": "1.0.0",