mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/Catch: Updated for version 1.9.6
Signed-off-by: Andre Barboza <bmg.andre@gmail.com>
This commit is contained in:
parent
bd4f447557
commit
eb89dcea26
2 changed files with 4 additions and 4 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=Catch
|
||||
VERSION=${VERSION:-1.9.5}
|
||||
VERSION=${VERSION:-1.9.6}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Catch"
|
||||
VERSION="1.9.5"
|
||||
VERSION="1.9.6"
|
||||
HOMEPAGE="https://github.com/philsquared/Catch"
|
||||
DOWNLOAD="https://github.com/philsquared/Catch/archive/v1.9.5/Catch-1.9.5.tar.gz"
|
||||
MD5SUM="88df9ab0e73a2307892465fdf43a6b2c"
|
||||
DOWNLOAD="https://github.com/philsquared/Catch/archive/v1.9.6/Catch-1.9.6.tar.gz"
|
||||
MD5SUM="4b620f5d57c3b39c268fac7b4e58419e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue