diff options
| author | eao197 <eao197@users.noreply.github.com> | 2019-10-28 20:57:37 +0300 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2019-10-28 10:57:37 -0700 |
| commit | c17a8e5462164a76766baa3941c08bab74f01ff2 (patch) | |
| tree | f24c505c8cb8ad818a10ec5354ca4cbff11012cf | |
| parent | 431d3f35e9536cc871332e58b58f3e980ac31a5c (diff) | |
| download | vcpkg-c17a8e5462164a76766baa3941c08bab74f01ff2.tar.gz vcpkg-c17a8e5462164a76766baa3941c08bab74f01ff2.zip | |
so5extra updated to 1.3.1.1 (#8770)
| -rw-r--r-- | ports/so5extra/CONTROL | 2 | ||||
| -rw-r--r-- | ports/so5extra/portfile.cmake | 14 |
2 files changed, 6 insertions, 10 deletions
diff --git a/ports/so5extra/CONTROL b/ports/so5extra/CONTROL index f64744684..3a0ef2cb0 100644 --- a/ports/so5extra/CONTROL +++ b/ports/so5extra/CONTROL @@ -1,4 +1,4 @@ Source: so5extra -Version: 1.3.1-2 +Version: 1.3.1.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 506dd363c..c096b4795 100644 --- a/ports/so5extra/portfile.cmake +++ b/ports/so5extra/portfile.cmake @@ -1,16 +1,12 @@ include(vcpkg_common_functions) -set(VERSION 1.3.1) +set(VERSION 1.3.1.1) -vcpkg_download_distfile(ARCHIVE - 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_ex( +vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH - ARCHIVE ${ARCHIVE} + REPO stiffstream/so5extra + REF v.${VERSION} + SHA512 aaf0d6bf86819a5c8c4e2c07318b46e34f22f0b4c2183690d8f21b8789a3c8c2533304998432397b8192193e32915ba4742eaff3481949add1a25602fb7347f1 ) vcpkg_configure_cmake( |
