update api/abi tracker
This commit is contained in:
parent
132c4a248b
commit
7948d83340
|
@ -24,8 +24,8 @@
|
|||
{
|
||||
"Number": "2.1.1",
|
||||
"Installed": "installed/openjpeg/2.1.1",
|
||||
"Source": "src/openjpeg/2.1.1/version.2.1.1.tar.gz",
|
||||
"Changelog": "NEWS",
|
||||
"Source": "src/openjpeg/2.1.1/v2.1.1.tar.gz",
|
||||
"Changelog": "CHANGELOG.md",
|
||||
"HeadersDiff": "On",
|
||||
"PkgDiff": "Off",
|
||||
"ABIView": "Off",
|
||||
|
|
|
@ -14,7 +14,7 @@ if [ "${OPJ_CI_ABI_CHECK:-}" != "1" ]; then
|
|||
fi
|
||||
|
||||
OPJ_UPLOAD_ABI_REPORT=0
|
||||
OPJ_LATEST_VERSION="2.1"
|
||||
OPJ_LATEST_VERSION="2.1.1"
|
||||
OPJ_LIMIT_ABI_BUILDS="-limit 2"
|
||||
OPJ_REPO="https://github.com/uclouvain/openjpeg.git"
|
||||
OPJ_SSH_REPO=${OPJ_REPO/https:\/\/github.com\//git@github.com:}
|
||||
|
|
Loading…
Reference in New Issue