diff options
| author | eao197 <eao197@users.noreply.github.com> | 2019-07-18 23:46:36 +0300 |
|---|---|---|
| committer | Phil Christensen <philc@microsoft.com> | 2019-07-18 13:46:36 -0700 |
| commit | 416bee254a37d65acfadd20915bb70123862957f (patch) | |
| tree | 6190d5d31919623eecf3eadf121683d3fbaaf7a7 /ports/so5extra | |
| parent | 96925e320363098d028bd0849c54e8e6dffcfa11 (diff) | |
| download | vcpkg-416bee254a37d65acfadd20915bb70123862957f.tar.gz vcpkg-416bee254a37d65acfadd20915bb70123862957f.zip | |
[sobjectizer, so5extra] updates (#7238)
* sobjectizer updated to 5.6.0.1, so5extra updated to 1.3.1
* archive of different type for so5extra-1.3.1
* sobjectizer updated to 5.6.0.2
Diffstat (limited to 'ports/so5extra')
| -rw-r--r-- | ports/so5extra/CONTROL | 2 | ||||
| -rw-r--r-- | ports/so5extra/portfile.cmake | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/ports/so5extra/CONTROL b/ports/so5extra/CONTROL index 882ac0712..22abf134c 100644 --- a/ports/so5extra/CONTROL +++ b/ports/so5extra/CONTROL @@ -1,4 +1,4 @@ Source: so5extra -Version: 1.2.3-1 +Version: 1.3.1 Description: A set of additional tools for SObjectizer framework. Build-Depends: sobjectizer diff --git a/ports/so5extra/portfile.cmake b/ports/so5extra/portfile.cmake index 26472935e..d660fbbca 100644 --- a/ports/so5extra/portfile.cmake +++ b/ports/so5extra/portfile.cmake @@ -1,12 +1,12 @@ include(vcpkg_common_functions) -set(VERSION 1.2.3) -set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/so_5_extra-${VERSION}/dev/so_5_extra) +set(VERSION 1.3.1) +set(SOURCE_PATH ${CURRENT_BUILDTREES_DIR}/src/so5extra-${VERSION}/dev/so_5_extra) vcpkg_download_distfile(ARCHIVE - URLS "https://sourceforge.net/projects/sobjectizer/files/sobjectizer/so_5_extra/so_5_extra-${VERSION}.zip/download" - FILENAME "so_5_extra-${VERSION}.zip" - SHA512 ed12cdae9d23d652cbedd12e37b7faa935ace4c951eb5cb3881306c1384973ac0a90bd59244471a671ec734f6319f0a3144f7a727342c94cec6330eb4195bae9 + URLS "https://sourceforge.net/projects/sobjectizer/files/sobjectizer/so_5_extra/so5extra-${VERSION}.tar.bz2/download" + FILENAME "so5extra-${VERSION}.tar.bz2" + SHA512 58532426f85121f8f6c3b18a70950c048c8a695a7fca7be5d9c95434bdabdb2bfcf73d755737434a8d8aa5f3051785e13e7e293e057527c72047dad293a56ae7 ) vcpkg_extract_source_archive(${ARCHIVE}) |
