From fd91f03d93c699d5299d1cfe75b1a5fe4fe8adbf Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Fri, 23 Jun 2017 11:29:01 +0000 Subject: [PATCH] toxcore: update to 0.1.9. Closes: #6820 [via git-merge-pr] --- srcpkgs/toxcore/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/toxcore/template b/srcpkgs/toxcore/template index a2076bb4813..04a5cda0ea1 100644 --- a/srcpkgs/toxcore/template +++ b/srcpkgs/toxcore/template @@ -1,6 +1,6 @@ # Template file for 'toxcore' pkgname=toxcore -version=0.1.8 +version=0.1.9 revision=1 build_style=gnu-configure wrksrc="c-toxcore-${version}" @@ -11,7 +11,7 @@ maintainer="Spencer Hill " license="GPL-3" homepage="https://tox.chat" distfiles="https://github.com/TokTok/c-toxcore/archive/v${version}.tar.gz" -checksum=f8b44a54b775a4cb3b6f5efb37d5954bdc6f142c982169f1fad3300c6bf25639 +checksum=f3613c2e315a481473eb3914248b632de6872af0a4912338b733e1df02eb60f8 configure_args="--enable-daemon" system_accounts="toxbootstrapd"