Skip to content

Commit

Permalink
[liblemon] made into a rolling-release port (#6679)
Browse files Browse the repository at this point in the history
* add liblemon preflow patch, see https://lemon.cs.elte.hu/trac/lemon/ticket/608

* [liblemon] track HEAD of version 1.3

* [liblemon] update version
  • Loading branch information
zhaofeng-shu33 authored and dan-shaw committed Jun 13, 2019
1 parent def997b commit d69ea6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/liblemon/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Source: liblemon
Version: 1.3.1-5
Version: 2019-06-13
Description: Library for Efficient Modeling and Optimization in Networks
6 changes: 3 additions & 3 deletions ports/liblemon/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit d69ea6f

Please sign in to comment.