toxcore: update to 0.2.8.
This commit is contained in:
parent
77f9967e80
commit
23bbdf7c97
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'toxcore'
|
# Template file for 'toxcore'
|
||||||
pkgname=toxcore
|
pkgname=toxcore
|
||||||
version=0.2.7
|
version=0.2.8
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="c-toxcore-${version}"
|
wrksrc="c-toxcore-${version}"
|
||||||
configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON -DBUILD_AV_TEST=OFF"
|
configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON -DBUILD_AV_TEST=OFF"
|
||||||
|
@ -13,7 +13,7 @@ license="GPL-3.0-or-later"
|
||||||
homepage="https://tox.chat"
|
homepage="https://tox.chat"
|
||||||
changelog="https://raw.githubusercontent.com/TokTok/c-toxcore/master/CHANGELOG.md"
|
changelog="https://raw.githubusercontent.com/TokTok/c-toxcore/master/CHANGELOG.md"
|
||||||
distfiles="https://github.com/TokTok/c-toxcore/archive/v${version}.tar.gz"
|
distfiles="https://github.com/TokTok/c-toxcore/archive/v${version}.tar.gz"
|
||||||
checksum=bef6dbb06d921af58c6a2d7629e6f8eeafa1e541d379e4ff2ccb4ff5d3499cd1
|
checksum=47fe125d8558775a03a3ded58e9faa07a01cfecd65257e24b544b4b5698d9362
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf other/bootstrap_daemon/tox-bootstrapd.conf
|
vsconf other/bootstrap_daemon/tox-bootstrapd.conf
|
||||||
|
|
Loading…
Reference in New Issue