mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
development/Catch: Updated for version 1.9.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c1214d4ced
commit
a33e85e4af
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.4}
|
||||
VERSION=${VERSION:-1.9.5}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Catch"
|
||||
VERSION="1.9.4"
|
||||
VERSION="1.9.5"
|
||||
HOMEPAGE="https://github.com/philsquared/Catch"
|
||||
DOWNLOAD="https://github.com/philsquared/Catch/archive/v1.9.4/Catch-1.9.4.tar.gz"
|
||||
MD5SUM="84d646fc40373e4ba217363a091ce7b1"
|
||||
DOWNLOAD="https://github.com/philsquared/Catch/archive/v1.9.5/Catch-1.9.5.tar.gz"
|
||||
MD5SUM="88df9ab0e73a2307892465fdf43a6b2c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue