Skip to content

Commit

Permalink
[sqlite-orm] update to 1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayuehua committed Oct 19, 2024
1 parent d567b66 commit 483a82e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 21 deletions.
16 changes: 0 additions & 16 deletions ports/sqlite-orm/fix-uwp.patch

This file was deleted.

5 changes: 2 additions & 3 deletions ports/sqlite-orm/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO fnc12/sqlite_orm
REF v1.8.2
SHA512 65479c02246d96bfa0a6a5ed749e15650e71114c1145d17bd48f1a57560c9f494148253064f720dd43773ac9971a85635c9d4927f3b336590188339b3d656b33
REF "v${VERSION}"
SHA512 a9a31b534d9374364672d698a1d08ba3d0b2c06d91a3fc38c3fcf73eb2efc272f118bb05c5b4ea720ceac01f54ee02debd86de31cad645001ed2b8db943ebe33
HEAD_REF master
PATCHES
fix-dependency.patch
fix-uwp.patch #https://github.com/fnc12/sqlite_orm/pull/1295
)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Expand Down
3 changes: 1 addition & 2 deletions ports/sqlite-orm/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "sqlite-orm",
"version": "1.8.2",
"port-version": 2,
"version": "1.9",
"description": "SQLite ORM light header only library for modern C++",
"homepage": "https://github.com/fnc12/sqlite_orm",
"license": "AGPL-3.0-or-later OR MIT",
Expand Down

0 comments on commit 483a82e

Please sign in to comment.