Skip to content

Commit

Permalink
Merge pull request #52 from andyque/add-version-info-github-host-repo
Browse files Browse the repository at this point in the history
add version info for github host repos
  • Loading branch information
zilongshanren committed Mar 23, 2015
2 parents 65d3013 + 54263f2 commit e409328
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,4 @@
/build/log.txt
/contrib/tarballs/LuaJIT-2.0.3/
/contrib/tarballs/mozilla-release/
/contrib/tarballs/openssl-1.0.1l/
2 changes: 1 addition & 1 deletion build/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ function list_all_supported_libraries()

for lib in ${cfg_all_supported_libraries[@]}
do
all_supported_libraries=$(find ../contrib/src -type f | grep SHA512SUMS | xargs cat | awk 'match ($0, /.tgz|.tar.gz|.zip|.tar.xz/) { print substr($2,0,length($2)-RLENGTH)}' | grep -i $lib | awk '{print $1}')
all_supported_libraries=$(find ../contrib/src -type f | grep SHA512SUMS | xargs cat | awk 'match ($0, /.tgz|.tar.gz|.zip|.tar.xz|.7z/) { print substr($2,0,length($2)-RLENGTH)}' | grep -i $lib | awk '{print $1}')
echo $all_supported_libraries | awk '{ print $1}'
done
}
Expand Down
1 change: 1 addition & 0 deletions contrib/src/cjson/SHA512SUMS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dc63efa816a846b1e0413a49ffa67f8f88726a81f28b4cfadda50244763b5389ae96d379e4afef2d0ee87a2ffd132a5a344107b6eb0e11081e235d1c9e5ddad0 cjson-master-4bc5e91.zip
1 change: 1 addition & 0 deletions contrib/src/convertuft/SHA512SUMS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dc63efa816a846b1e0413a49ffa67f8f88726a81f28b4cfadda50244763b5389ae96d379e4afef2d0ee87a2ffd132a5a344107b6eb0e11081e235d1c9e5ddad0 convertutf-master.zip
1 change: 1 addition & 0 deletions contrib/src/edtaa3func/SHA512SUMS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dc63efa816a846b1e0413a49ffa67f8f88726a81f28b4cfadda50244763b5389ae96d379e4afef2d0ee87a2ffd132a5a344107b6eb0e11081e235d1c9e5ddad0 edtaa3func-master.zip
1 change: 1 addition & 0 deletions contrib/src/luasocket/SHA512SUMS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dc63efa816a846b1e0413a49ffa67f8f88726a81f28b4cfadda50244763b5389ae96d379e4afef2d0ee87a2ffd132a5a344107b6eb0e11081e235d1c9e5ddad0 luasocket-v3.0.zip
1 change: 1 addition & 0 deletions contrib/src/minizip/SHA512SUMS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dc63efa816a846b1e0413a49ffa67f8f88726a81f28b4cfadda50244763b5389ae96d379e4afef2d0ee87a2ffd132a5a344107b6eb0e11081e235d1c9e5ddad0 minizip-master.zip
1 change: 1 addition & 0 deletions contrib/src/rapidjson/SHA512SUMS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dc63efa816a846b1e0413a49ffa67f8f88726a81f28b4cfadda50244763b5389ae96d379e4afef2d0ee87a2ffd132a5a344107b6eb0e11081e235d1c9e5ddad0 rapidjson-master-3a4835e.zip
1 change: 1 addition & 0 deletions contrib/src/tinyxml2/SHA512SUMS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dc63efa816a846b1e0413a49ffa67f8f88726a81f28b4cfadda50244763b5389ae96d379e4afef2d0ee87a2ffd132a5a344107b6eb0e11081e235d1c9e5ddad0 tinyxml2-master-5321a0e.zip
1 change: 1 addition & 0 deletions contrib/src/xxhash/SHA512SUMS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dc63efa816a846b1e0413a49ffa67f8f88726a81f28b4cfadda50244763b5389ae96d379e4afef2d0ee87a2ffd132a5a344107b6eb0e11081e235d1c9e5ddad0 xxhash-master.zip
1 change: 1 addition & 0 deletions contrib/src/xxtea/SHA512SUMS
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
dc63efa816a846b1e0413a49ffa67f8f88726a81f28b4cfadda50244763b5389ae96d379e4afef2d0ee87a2ffd132a5a344107b6eb0e11081e235d1c9e5ddad0 xxtea-master.zip

0 comments on commit e409328

Please sign in to comment.