Skip to content

Commit

Permalink
[otl] Update to 4.0.478 (microsoft#42120)
Browse files Browse the repository at this point in the history
  • Loading branch information
albertony authored Nov 14, 2024
1 parent e8b1b69 commit afc89fa
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 9 deletions.
10 changes: 5 additions & 5 deletions ports/otl/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
set(OTL_VERSION 40476)
set(OTL_VERSION 40478)

vcpkg_download_distfile(ARCHIVE
URLS "http://otl.sourceforge.net/otlv4_${OTL_VERSION}.zip"
FILENAME "otlv4_${OTL_VERSION}-9485a0fe15a7-2.zip"
SHA512 adb84bc6bc29de01b41d63a59174a7d35bde8124dc602d0687abbb308c5d5471869fe9afc90fb80e4c1acbe94e5b92c6ef7058e89aed60fe4519c82826d2aeb5
FILENAME "otlv4_${OTL_VERSION}.zip"
SHA512 1b36aff8e18bded3bade20b63191d9fcd77a9e7abfdfd6c4f79da9a7cc205a21a741d088c453ef1fb8dedf161a320378bdfa9c0ff7a7d79916b6bef8f4268b6d
)

vcpkg_extract_source_archive(
Expand All @@ -12,8 +12,8 @@ vcpkg_extract_source_archive(
NO_REMOVE_ONE_LEVEL
)

file(INSTALL "${SOURCE_PATH}/otlv${OTL_VERSION}.h"
DESTINATION "${CURRENT_PACKAGES_DIR}/include/${PORT}"
file(INSTALL "${SOURCE_PATH}/otlv${OTL_VERSION}.h"
DESTINATION "${CURRENT_PACKAGES_DIR}/include/${PORT}"
RENAME otlv4.h)

file(READ "${SOURCE_PATH}/otlv${OTL_VERSION}.h" copyright_contents)
Expand Down
3 changes: 1 addition & 2 deletions ports/otl/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "otl",
"version": "4.0.476",
"port-version": 1,
"version": "4.0.478",
"description": "Oracle, Odbc and DB2-CLI Template Library",
"homepage": "http://otl.sourceforge.net/",
"license": "ISC"
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6825,8 +6825,8 @@
"port-version": 0
},
"otl": {
"baseline": "4.0.476",
"port-version": 1
"baseline": "4.0.478",
"port-version": 0
},
"outcome": {
"baseline": "2.2.9",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/otl.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "62f8921579ec50d2d505df1f6141c7704d54cb39",
"version": "4.0.478",
"port-version": 0
},
{
"git-tree": "d6e971fcfc7eff67d88d2db91b2a949045107ddd",
"version": "4.0.476",
Expand Down

0 comments on commit afc89fa

Please sign in to comment.