development/check: Updated for version 0.15.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4fa9c37db1
commit
1d51dea528
|
@ -25,8 +25,8 @@
|
||||||
# Modified by Eugene M., <damagedone at gmx dot com>
|
# Modified by Eugene M., <damagedone at gmx dot com>
|
||||||
|
|
||||||
PRGNAM=check
|
PRGNAM=check
|
||||||
VERSION=${VERSION:-0.15.0}
|
VERSION=${VERSION:-0.15.2}
|
||||||
BUILD=${BUILD:-2}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="check"
|
PRGNAM="check"
|
||||||
VERSION="0.15.0"
|
VERSION="0.15.2"
|
||||||
HOMEPAGE="https://libcheck.github.io/check/"
|
HOMEPAGE="https://libcheck.github.io/check/"
|
||||||
DOWNLOAD="https://github.com/libcheck/check/releases/download/0.15.0/check-0.15.0.tar.gz"
|
DOWNLOAD="https://github.com/libcheck/check/releases/download/0.15.2/check-0.15.2.tar.gz"
|
||||||
MD5SUM="77b27bd48f9b16844c2f62333639a246"
|
MD5SUM="50fcafcecde5a380415b12e9c574e0b2"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue