Skip to content

Commit

Permalink
Updating toxcore
Browse files Browse the repository at this point in the history
  • Loading branch information
dvor committed Nov 3, 2015
1 parent 8ee35d3 commit b568b2c
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-vpx.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ clone_libvpx() {
echo "Cloning libvpx"
mkdir $TEMP_DIR
cd $TEMP_DIR
git clone --branch v1.4.0 --depth 1 https://git.chromium.org/webm/libvpx.git $LIBVPX_DIR
git clone --branch v1.4.0 --depth 1 https://github.com/webmproject/libvpx.git $LIBVPX_DIR
}

# $1 - patch file name
Expand Down
Binary file modified ios/vpx.framework/vpx
Binary file not shown.
Binary file modified osx/vpx.framework/vpx
Binary file not shown.
2 changes: 1 addition & 1 deletion toxav.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "toxav"
s.version = "0.0.1-adab1e3"
s.version = "0.0.1-fe86dff"
s.summary = "Cocoapods wrapper for toxav"
s.homepage = "https://github.com/Antidote-for-Tox/toxcore"
s.license = 'GPLv3'
Expand Down
2 changes: 1 addition & 1 deletion toxcore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "toxcore"
s.version = "0.0.1-adab1e3"
s.version = "0.0.1-fe86dff"
s.summary = "Cocoapods wrapper for toxcore"
s.homepage = "https://github.com/Antidote-for-Tox/toxcore"
s.license = 'GPLv3'
Expand Down

0 comments on commit b568b2c

Please sign in to comment.