mirror of
https://github.com/qTox/qTox.git
synced 2024-03-22 14:00:36 +08:00
chore(release): update toxcore version to v0.2.7
This commit is contained in:
parent
0c757356d3
commit
a14595b4f1
@ -132,7 +132,7 @@ sudo checkinstall --install --pkgname libsodium --pkgversion 1.0.8 --nodoc -y
|
|||||||
sudo ldconfig
|
sudo ldconfig
|
||||||
cd ..
|
cd ..
|
||||||
# toxcore
|
# toxcore
|
||||||
git clone --branch v0.2.2 --depth=1 https://github.com/toktok/c-toxcore.git toxcore
|
git clone --branch v0.2.7 --depth=1 https://github.com/toktok/c-toxcore.git toxcore
|
||||||
cd toxcore
|
cd toxcore
|
||||||
autoreconf -if
|
autoreconf -if
|
||||||
CC="ccache $CC" CXX="ccache $CXX" ./configure
|
CC="ccache $CC" CXX="ccache $CXX" ./configure
|
||||||
|
@ -632,7 +632,7 @@ cd ..
|
|||||||
```bash
|
```bash
|
||||||
git clone https://github.com/toktok/c-toxcore.git toxcore
|
git clone https://github.com/toktok/c-toxcore.git toxcore
|
||||||
cd toxcore
|
cd toxcore
|
||||||
git checkout v0.2.3
|
git checkout v0.2.7
|
||||||
autoreconf -if
|
autoreconf -if
|
||||||
./configure
|
./configure
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
|
@ -506,7 +506,7 @@ Provided that you have all required dependencies installed, you can simply run:
|
|||||||
```bash
|
```bash
|
||||||
git clone https://github.com/toktok/c-toxcore.git toxcore
|
git clone https://github.com/toktok/c-toxcore.git toxcore
|
||||||
cd toxcore
|
cd toxcore
|
||||||
git checkout v0.2.3
|
git checkout v0.2.7
|
||||||
cmake .
|
cmake .
|
||||||
make -j$(nproc)
|
make -j$(nproc)
|
||||||
sudo make install
|
sudo make install
|
||||||
|
@ -31,7 +31,7 @@ readonly INSTALL_DIR=libs
|
|||||||
readonly BASE_DIR="${SCRIPT_DIR}/${INSTALL_DIR}"
|
readonly BASE_DIR="${SCRIPT_DIR}/${INSTALL_DIR}"
|
||||||
|
|
||||||
# versions of libs to checkout
|
# versions of libs to checkout
|
||||||
readonly TOXCORE_VERSION="v0.2.3"
|
readonly TOXCORE_VERSION="v0.2.7"
|
||||||
readonly SQLCIPHER_VERSION="v3.4.2"
|
readonly SQLCIPHER_VERSION="v3.4.2"
|
||||||
|
|
||||||
# directory names of cloned repositories
|
# directory names of cloned repositories
|
||||||
|
@ -137,8 +137,8 @@
|
|||||||
{
|
{
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/toktok/c-toxcore",
|
"url": "https://github.com/toktok/c-toxcore",
|
||||||
"tag": "v0.2.3",
|
"tag": "v0.2.7",
|
||||||
"commit": "ae7899cab8104fa3c3078a3e61ddfa58a826e39a"
|
"commit": "18117581bdc52752f77d178a990e3863a9bbbf19"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
@ -127,7 +127,7 @@ install() {
|
|||||||
git pull
|
git pull
|
||||||
else
|
else
|
||||||
fcho "Cloning Toxcore git ... "
|
fcho "Cloning Toxcore git ... "
|
||||||
git clone --branch v0.2.3 --depth=1 https://github.com/toktok/c-toxcore "$TOXCORE_DIR"
|
git clone --branch v0.2.7 --depth=1 https://github.com/toktok/c-toxcore "$TOXCORE_DIR"
|
||||||
fi
|
fi
|
||||||
# qTox
|
# qTox
|
||||||
if [[ $TRAVIS = true ]]
|
if [[ $TRAVIS = true ]]
|
||||||
|
@ -884,8 +884,8 @@ fi
|
|||||||
# Toxcore
|
# Toxcore
|
||||||
|
|
||||||
TOXCORE_PREFIX_DIR="$DEP_DIR/libtoxcore"
|
TOXCORE_PREFIX_DIR="$DEP_DIR/libtoxcore"
|
||||||
TOXCORE_VERSION=0.2.3
|
TOXCORE_VERSION=0.2.7
|
||||||
TOXCORE_HASH=22c52f286c46d3f802edb6978bcf2a53f8301363e2b745784613427a33ba3a34
|
TOXCORE_HASH=bef6dbb06d921af58c6a2d7629e6f8eeafa1e541d379e4ff2ccb4ff5d3499cd1
|
||||||
TOXCORE_FILENAME="c-toxcore-$TOXCORE_VERSION.tar.gz"
|
TOXCORE_FILENAME="c-toxcore-$TOXCORE_VERSION.tar.gz"
|
||||||
if [ ! -f "$TOXCORE_PREFIX_DIR/done" ]
|
if [ ! -f "$TOXCORE_PREFIX_DIR/done" ]
|
||||||
then
|
then
|
||||||
|
Loading…
x
Reference in New Issue
Block a user