[liblemon] made into a rolling-release port (#6679)

* add liblemon preflow patch, see https://lemon.cs.elte.hu/trac/lemon/ticket/608

* [liblemon] track HEAD of version 1.3

* [liblemon] update version
This commit is contained in:
赵丰 (Zhao Feng) 2019-06-14 01:15:24 +08:00 committed by dan-shaw
parent def997b9dd
commit d69ea6fe40
2 changed files with 4 additions and 4 deletions

View File

@ -1,3 +1,3 @@
Source: liblemon
Version: 1.3.1-5
Version: 2019-06-13
Description: Library for Efficient Modeling and Optimization in Networks

View File

@ -2,12 +2,12 @@ include(vcpkg_common_functions)
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
set(VERSION 1.3.1)
set(VERSION ed2c21cbd6ef)
vcpkg_download_distfile(ARCHIVE
URLS "http://lemon.cs.elte.hu/pub/sources/lemon-${VERSION}.zip"
URLS "http://lemon.cs.elte.hu/hg/lemon/archive/${VERSION}.zip"
FILENAME "lemon-${VERSION}.zip"
SHA512 86d15914b8c3cd206a20c37dbe3b8ca4b553060567a07603db7b6f8dd7dcf9cb043cca31660ff1b7fb77e359b59fac5ca0aab57fd415fda5ecca0f42eade6567
SHA512 029640e4f791a18068cb2e2b4e794d09822d9d56fb957eb3e2cceae3a30065c0041a31c465637cfcadf7b2473564070b34adc88513439cdf9046831854e2aa70
)
vcpkg_extract_source_archive_ex(