Skip to content

Commit

Permalink
cpputest: update to 4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
mobinmob committed Jun 24, 2020
1 parent e088e90 commit 3003aed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions srcpkgs/cpputest/template
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Template file for 'cpputest'
pkgname="cpputest"
version="3.8"
pkgname=cpputest
version=4.0
revision=1
build_style="cmake"
build_style=cmake
short_desc="CppUTest unit testing and mocking framework for C/C++"
maintainer="Julien Dehos <dehos@lisic.univ-littoral.fr>"
license="BSD-3-Clause"
homepage="http://cpputest.github.io/"
license="BSD"
distfiles="https://github.com/cpputest/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
checksum="c81dccc5a1bfc7fc6511590c0a61def5f78e3fb19cb8e1f889d8d3395a476456"
distfiles="https://github.com/cpputest/cpputest/releases/download/v${version}/cpputest-${version}.tar.gz"
checksum=21c692105db15299b5529af81a11a7ad80397f92c122bd7bf1e4a4b0e85654f7
configure_args+=" -DTESTS=OFF"
post_install() {
vlicense COPYING
Expand Down

0 comments on commit 3003aed

Please sign in to comment.