File tree Expand file tree Collapse file tree 6 files changed +7
-8
lines changed Expand file tree Collapse file tree 6 files changed +7
-8
lines changed Original file line number Diff line number Diff line change 101
101
if [ $( contains " ${cfg_all_valid_platforms[@]} " $build_platform ) == " y" ]; then
102
102
platform_config_file=${build_platform} .ini
103
103
if [ ! -f $platform_config_file ]; then
104
- echo " platform config file is not exists!"
104
+ echo " platform config file does not exists!"
105
105
exit ;
106
106
fi
107
107
source $platform_config_file
143
143
if test -z " $build_library "
144
144
then
145
145
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
147
147
case $yn in
148
148
[Yy]* ) build_library=$cfg_default_build_libraries ; break ;;
149
149
[Nn]* ) usage; exit ;;
Original file line number Diff line number Diff line change 1
- f07c3ac8b89cbddaba38221ca3393e08305a68f658e16c5c28ce3037cc902183d0d0c40943f44915d72f8478152c38858f27039348bea5c1d7903a89ece1ae5b Chipmunk-6.2.1 .tgz
1
+ b4ea5f1db0eef1020c6d6de01e07be16a52c7a132c4447ef50ade878cab8425ef54ddea826928fe70d2c60f0b405a0d2bece15ce8a054f235fa3391545455ba2 Chipmunk-6.2.2 .tgz
Original file line number Diff line number Diff line change 1
1
# chipmunk
2
2
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
5
5
6
6
$(TARBALLS ) /Chipmunk-$(CHIPMUNK_VERSION ) .tgz :
7
7
$(call download,$(CHIPMUNK_URL ) )
Original file line number Diff line number Diff line change 1
- a786bb99b68d88c1de79d3c5372767f091ebeefb5abc1d4883253fd3ab5a86af53389f5ff36fdd8faa27c5fb78be8bbff406392c373358697da80d250eadebb8 openssl-1.0.1j .tar.gz
1
+ 27fe42f33815a3aafff75f2b9a5604c328fe5945c5cecaca74e5d2c2a1e066d64ddcc1fdb14b54fc7523cc730ab8a57d7d56b2879c289e86673f91fee0cca65e openssl-1.0.1l .tar.gz
Original file line number Diff line number Diff line change 1
1
# OPENSSL
2
- OPENSSL_VERSION := 1.0.1j
2
+ OPENSSL_VERSION := 1.0.1l
3
3
OPENSSL_URL := https://www.openssl.org/source/openssl-$(OPENSSL_VERSION ) .tar.gz
4
4
5
5
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments