mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
development/Catch: Updated for version 1.9.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
086957823b
commit
be45da3d9b
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.3}
|
||||
VERSION=${VERSION:-1.9.4}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="Catch"
|
||||
VERSION="1.9.3"
|
||||
VERSION="1.9.4"
|
||||
HOMEPAGE="https://github.com/philsquared/Catch"
|
||||
DOWNLOAD="https://github.com/philsquared/Catch/archive/v1.9.3/Catch-1.9.3.tar.gz"
|
||||
MD5SUM="95f2853a32d3b5736de1c0d83ac01db5"
|
||||
DOWNLOAD="https://github.com/philsquared/Catch/archive/v1.9.4/Catch-1.9.4.tar.gz"
|
||||
MD5SUM="84d646fc40373e4ba217363a091ce7b1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue