check: bump version.

This commit is contained in:
Jerome Duval
2017-09-21 20:22:14 +02:00
parent 57fc5c7a46
commit 2b42a4ae8a
2 changed files with 4 additions and 4 deletions

View File

@@ -9,9 +9,9 @@ HOMEPAGE="https://libcheck.github.io/check/"
COPYRIGHT="2001-2015 Arien Malec, Branden Archer, Chris Pickett, Fredrik \
Hugosson, and Robert Lemmen."
LICENSE="GNU LGPL v2.1"
REVISION="3"
SOURCE_URI="https://github.com/libcheck/check/files/71408/check-$portVersion.tar.gz"
CHECKSUM_SHA256="f5f50766aa6f8fe5a2df752666ca01a950add45079aa06416b83765b1cf71052"
REVISION="1"
SOURCE_URI="https://github.com/libcheck/check/releases/download/$portVersion/check-$portVersion.tar.gz"
CHECKSUM_SHA256="24f7a48aae6b74755bcbe964ce8bc7240f6ced2141f8d9cf480bc3b3de0d5616"
PATCHES="check-$portVersion.patch"
ARCHITECTURES="x86_gcc2 x86 x86_64"
@@ -56,7 +56,7 @@ BUILD_PREREQUIRES="
BUILD()
{
runConfigure ./configure --disable-static
MAKEINFO=true runConfigure ./configure --disable-static
make $jobArgs
}