[libodb-sqlite] Fix path typo (#41932)

Co-authored-by: Alexander Terentyev <lex.terentyev@gmail.com>
This commit is contained in:
Alexander Terentyev 2024-11-05 11:56:23 +03:00 committed by GitHub
parent 9c58903f65
commit 0a5716d650
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -47,7 +47,7 @@ if(LIBODB_INSTALL_HEADERS)
)
install(
FILES config.unix.h.in
DESTINATION include/odb/sqlite/detail
DESTINATION include/odb/sqlite/details
COMPONENT sqlite
RENAME config.h
)

View File

@ -1,7 +1,7 @@
{
"name": "libodb-sqlite",
"version": "2.4.0",
"port-version": 12,
"port-version": 13,
"description": "Sqlite support for the ODB ORM library",
"homepage": "https://www.codesynthesis.com/products/odb/",
"dependencies": [

View File

@ -4882,7 +4882,7 @@
},
"libodb-sqlite": {
"baseline": "2.4.0",
"port-version": 12
"port-version": 13
},
"libofx": {
"baseline": "0.10.9",

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "b431c261bdbe131a079813098c37b061acc0b805",
"version": "2.4.0",
"port-version": 13
},
{
"git-tree": "02dc624090eb462a27ba05eb1f0851911c724d95",
"version": "2.4.0",