Skip to content

Commit 5a359f3

Browse files
updates chipmunk and openssl
chipmunk -> 6.2.2 openssl -> 1.0.1l
1 parent c347c9a commit 5a359f3

File tree

6 files changed

+7
-8
lines changed

6 files changed

+7
-8
lines changed

build/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ do
101101
if [ $(contains "${cfg_all_valid_platforms[@]}" $build_platform) == "y" ];then
102102
platform_config_file=${build_platform}.ini
103103
if [ ! -f $platform_config_file ];then
104-
echo "platform config file is not exists!"
104+
echo "platform config file does not exists!"
105105
exit;
106106
fi
107107
source $platform_config_file
@@ -143,7 +143,7 @@ fi
143143
if test -z "$build_library"
144144
then
145145
while true; do
146-
read -p "Do you wish to build with all the libraries?[yes|no]" yn
146+
read -p "Build with all the libraries? [yes|no]" yn
147147
case $yn in
148148
[Yy]* ) build_library=$cfg_default_build_libraries; break;;
149149
[Nn]* ) usage;exit;;

contrib/src/chipmunk/SHA512SUMS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
f07c3ac8b89cbddaba38221ca3393e08305a68f658e16c5c28ce3037cc902183d0d0c40943f44915d72f8478152c38858f27039348bea5c1d7903a89ece1ae5b Chipmunk-6.2.1.tgz
1+
b4ea5f1db0eef1020c6d6de01e07be16a52c7a132c4447ef50ade878cab8425ef54ddea826928fe70d2c60f0b405a0d2bece15ce8a054f235fa3391545455ba2 Chipmunk-6.2.2.tgz

contrib/src/chipmunk/rules.mak

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# chipmunk
22

3-
CHIPMUNK_VERSION := 6.2.1
4-
CHIPMUNK_URL := https://chipmunk-physics.net/release/Chipmunk-6.x/Chipmunk-$(CHIPMUNK_VERSION).tgz
3+
CHIPMUNK_VERSION := 6.2.2
4+
CHIPMUNK_URL := http://chipmunk-physics.net/release/Chipmunk-6.x/Chipmunk-$(CHIPMUNK_VERSION).tgz
55

66
$(TARBALLS)/Chipmunk-$(CHIPMUNK_VERSION).tgz:
77
$(call download,$(CHIPMUNK_URL))

contrib/src/openssl/SHA512SUMS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a786bb99b68d88c1de79d3c5372767f091ebeefb5abc1d4883253fd3ab5a86af53389f5ff36fdd8faa27c5fb78be8bbff406392c373358697da80d250eadebb8 openssl-1.0.1j.tar.gz
1+
27fe42f33815a3aafff75f2b9a5604c328fe5945c5cecaca74e5d2c2a1e066d64ddcc1fdb14b54fc7523cc730ab8a57d7d56b2879c289e86673f91fee0cca65e openssl-1.0.1l.tar.gz

contrib/src/openssl/rules.mak

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# OPENSSL
2-
OPENSSL_VERSION := 1.0.1j
2+
OPENSSL_VERSION := 1.0.1l
33
OPENSSL_URL := https://www.openssl.org/source/openssl-$(OPENSSL_VERSION).tar.gz
44

55

deps/.git_ignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)