File tree 4 files changed +4
-4
lines changed
csharp/compatibility_tests/v3.0.0
python/compatibility_tests/v2.5.0
ruby/compatibility_tests/v3.0.0
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ TEST_VERSION=3.0.0
40
40
# is also possible to use this same test set to test the compatibility of the
41
41
# latest version against other versions.
42
42
OLD_VERSION=$1
43
- OLD_VERSION_PROTOC=http ://repo1.maven.org/maven2/com/google/protobuf/protoc/$OLD_VERSION /protoc-$OLD_VERSION -linux-x86_64.exe
43
+ OLD_VERSION_PROTOC=https ://repo1.maven.org/maven2/com/google/protobuf/protoc/$OLD_VERSION /protoc-$OLD_VERSION -linux-x86_64.exe
44
44
45
45
echo " Running compatibility tests with $OLD_VERSION "
46
46
Original file line number Diff line number Diff line change @@ -71,7 +71,7 @@ set -ex
71
71
cd $( dirname $0 )
72
72
73
73
OLD_VERSION=$1
74
- OLD_VERSION_PROTOC=http ://repo1.maven.org/maven2/com/google/protobuf/protoc/$OLD_VERSION /protoc-$OLD_VERSION -linux-x86_64.exe
74
+ OLD_VERSION_PROTOC=https ://repo1.maven.org/maven2/com/google/protobuf/protoc/$OLD_VERSION /protoc-$OLD_VERSION -linux-x86_64.exe
75
75
76
76
# Extract the latest protobuf version number.
77
77
VERSION_NUMBER=` grep " PHP_PROTOBUF_VERSION" ../ext/google/protobuf/protobuf.h | sed " s|#define PHP_PROTOBUF_VERSION \" \(.*\)\" |\1|" `
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ TEST_VERSION=2.5.0
15
15
# is also possible to use this same test set to test the compatibility of the
16
16
# latest version against other versions.
17
17
OLD_VERSION=$1
18
- OLD_VERSION_PROTOC=http ://repo1.maven.org/maven2/com/google/protobuf/protoc/$OLD_VERSION /protoc-$OLD_VERSION -linux-x86_64.exe
18
+ OLD_VERSION_PROTOC=https ://repo1.maven.org/maven2/com/google/protobuf/protoc/$OLD_VERSION /protoc-$OLD_VERSION -linux-x86_64.exe
19
19
20
20
# Extract the latest protobuf version number.
21
21
VERSION_NUMBER=` grep " ^__version__ = '.*'" ../../google/protobuf/__init__.py | sed " s|__version__ = '\(.*\)'|\1|" `
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ PROTOC_BINARY_NAME="protoc-3.0.0-linux-x86_64.exe"
10
10
if [ ` uname` = " Darwin" ]; then
11
11
PROTOC_BINARY_NAME=" protoc-3.0.0-osx-x86_64.exe"
12
12
fi
13
- wget http ://repo1.maven.org/maven2/com/google/protobuf/protoc/3.0.0/${PROTOC_BINARY_NAME} -O protoc
13
+ wget https ://repo1.maven.org/maven2/com/google/protobuf/protoc/3.0.0/${PROTOC_BINARY_NAME} -O protoc
14
14
chmod +x protoc
15
15
16
16
# Run tests
You can’t perform that action at this time.
0 commit comments