coinor-clp: Bump to 1.17.7

This commit is contained in:
Tee KOBAYASHI 2022-11-19 14:28:44 +09:00 committed by xtkoba
parent e62641d4a3
commit c73ac1d8fe
1 changed files with 3 additions and 17 deletions

View File

@ -2,21 +2,7 @@ TERMUX_PKG_HOMEPAGE=https://github.com/coin-or/Clp
TERMUX_PKG_DESCRIPTION="An open-source linear programming solver"
TERMUX_PKG_LICENSE="EPL-2.0"
TERMUX_PKG_MAINTAINER="@termux"
_COMMIT=899ed6d5f9de24ddb0c31761f9551c6c861dad92
TERMUX_PKG_VERSION=2022.01.01
TERMUX_PKG_REVISION=1
TERMUX_PKG_SRCURL=https://github.com/coin-or/Clp.git
TERMUX_PKG_GIT_BRANCH=master
TERMUX_PKG_VERSION=1:1.17.7
TERMUX_PKG_SRCURL=https://github.com/coin-or/Clp/archive/refs/tags/releases/${TERMUX_PKG_VERSION#*:}.tar.gz
TERMUX_PKG_SHA256=c4c2c0e014220ce8b6294f3be0f3a595a37bef58a14bf9bac406016e9e73b0f5
TERMUX_PKG_DEPENDS="libc++, libcoinor-osi, libcoinor-utils"
termux_step_post_get_source() {
git fetch --unshallow
git checkout $_COMMIT
local version="$(git log -1 --format=%cs | sed 's/-/./g')"
if [ "$version" != "$TERMUX_PKG_VERSION" ]; then
echo -n "ERROR: The specified version \"$TERMUX_PKG_VERSION\""
echo " is different from what is expected to be: \"$version\""
return 1
fi
}