mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
toxcore: update to 0.2.9.
This commit is contained in:
parent
f3e4a4a255
commit
2565f44ea7
1 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'toxcore'
|
# Template file for 'toxcore'
|
||||||
pkgname=toxcore
|
pkgname=toxcore
|
||||||
version=0.2.8
|
version=0.2.9
|
||||||
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"
|
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
|
configure_args="-DMUST_BUILD_TOXAV=ON -DBUILD_TOXAV=ON -DBUILD_AV_TEST=OFF"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="libconfig-devel libsodium-devel libvpx-devel opus-devel"
|
makedepends="libconfig-devel libsodium-devel libvpx-devel opus-devel"
|
||||||
short_desc="Encrypted peer-to-peer instant messenger protocol library"
|
short_desc="Encrypted peer-to-peer instant messenger protocol library"
|
||||||
|
@ -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=47fe125d8558775a03a3ded58e9faa07a01cfecd65257e24b544b4b5698d9362
|
checksum=a8c962709447fb9b0cbb1a90ec1945a1b2d272b4d322356c48a4e3882b1267e7
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vsconf other/bootstrap_daemon/tox-bootstrapd.conf
|
vsconf other/bootstrap_daemon/tox-bootstrapd.conf
|
||||||
|
|
Loading…
Add table
Reference in a new issue