[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( install(
FILES config.unix.h.in FILES config.unix.h.in
DESTINATION include/odb/sqlite/detail DESTINATION include/odb/sqlite/details
COMPONENT sqlite COMPONENT sqlite
RENAME config.h RENAME config.h
) )

View File

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

View File

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

View File

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