mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
development/Catch: Updated for version 1.8.2.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
1e92281521
commit
8cbd38b4ae
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=Catch
|
PRGNAM=Catch
|
||||||
VERSION=${VERSION:-1.7.2}
|
VERSION=${VERSION:-1.8.2}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="Catch"
|
PRGNAM="Catch"
|
||||||
VERSION="1.7.2"
|
VERSION="1.8.2"
|
||||||
HOMEPAGE="https://github.com/philsquared/Catch"
|
HOMEPAGE="https://github.com/philsquared/Catch"
|
||||||
DOWNLOAD="https://github.com/philsquared/Catch/archive/v1.7.2/Catch-1.7.2.tar.gz"
|
DOWNLOAD="https://github.com/philsquared/Catch/archive/v1.8.2/Catch-1.8.2.tar.gz"
|
||||||
MD5SUM="cf82bd56da385cddd3b2e2882e544544"
|
MD5SUM="23562b3d3c8cc0a191ca74580320429a"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in a new issue