diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/otl/CONTROL | 5 | ||||
| -rw-r--r-- | ports/otl/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/otl/vcpkg.json | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/ports/otl/CONTROL b/ports/otl/CONTROL deleted file mode 100644 index 66e2097a7..000000000 --- a/ports/otl/CONTROL +++ /dev/null @@ -1,5 +0,0 @@ -Source: otl -Version: 4.0.455 -Port-Version: 1 -Description: Oracle, Odbc and DB2-CLI Template Library -Homepage: http://otl.sourceforge.net/ diff --git a/ports/otl/portfile.cmake b/ports/otl/portfile.cmake index c51d344ef..54896c289 100644 --- a/ports/otl/portfile.cmake +++ b/ports/otl/portfile.cmake @@ -1,9 +1,9 @@ -set(OTL_VERSION 40455) +set(OTL_VERSION 40463) vcpkg_download_distfile(ARCHIVE URLS "http://otl.sourceforge.net/otlv4_${OTL_VERSION}.zip" - FILENAME "otlv4_${OTL_VERSION}-1.zip" - SHA512 d1f777dea53f4451616ef628680d070db1fe53683571bd509f58dba9c1e64fe6caa8a81d2f47876c2128af701ba19dc2e9c5612a57232efca3ad084843f272b6 + FILENAME "otlv4_${OTL_VERSION}-9485a0fe15a7.zip" + SHA512 9485a0fe15a737d55b0746a7e289b1a20e9435ed5c69bda7010705f8cde0a456163d83221d0103236a723837596613b578edc6d3d0007ce80a6cc76b4ed83888 ) vcpkg_extract_source_archive_ex( diff --git a/ports/otl/vcpkg.json b/ports/otl/vcpkg.json new file mode 100644 index 000000000..e2a6b4697 --- /dev/null +++ b/ports/otl/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "otl", + "version": "4.0.463", + "description": "Oracle, Odbc and DB2-CLI Template Library", + "homepage": "http://otl.sourceforge.net/" +} |
