development/Catch: Updated for version 1.10.0
Signed-off-by: Andre Barboza <bmg.andre@gmail.com>
This commit is contained in:
parent
04d3558b67
commit
7e6de873e2
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=Catch
|
||||
VERSION=${VERSION:-1.9.6}
|
||||
VERSION=${VERSION:-1.10.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Catch"
|
||||
VERSION="1.9.6"
|
||||
VERSION="1.10.0"
|
||||
HOMEPAGE="https://github.com/philsquared/Catch"
|
||||
DOWNLOAD="https://github.com/philsquared/Catch/archive/v1.9.6/Catch-1.9.6.tar.gz"
|
||||
MD5SUM="4b620f5d57c3b39c268fac7b4e58419e"
|
||||
DOWNLOAD="https://github.com/philsquared/Catch/archive/v1.10.0/Catch-1.10.0.tar.gz"
|
||||
MD5SUM="dbf33b43d6289d2f586cc3f4f9a4f540"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue