mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
[sqlite-flux] Update to version 1.1.1 (#48559)
Co-authored-by: Oryxbit <oryxsbit@gmail.com>
This commit is contained in:
@@ -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")
|
||||
@@ -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",
|
||||
{
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "5afc95310c8f2f3d5c887e57079c4f313237d88f",
|
||||
"version": "1.1.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "27f146a38571fe02442194a822d8fc9bd9684cfb",
|
||||
"version": "1.0.0",
|
||||
|
||||
Reference in New Issue
Block a user