Skip to content

Commit

Permalink
toxcore: update to 0.2.6.
Browse files Browse the repository at this point in the history
Added a patch that's upstreamed in TokTok/c-toxcore#1094.
  • Loading branch information
iphydf committed Aug 30, 2018
1 parent d38cabd commit 0f40e51
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions chat/toxcore/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.1 2018/07/30 18:58:43 jperkin Exp $

DISTNAME= toxcore-0.2.4
DISTNAME= toxcore-0.2.6
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_GITHUB:=TokTok/}
GITHUB_PROJECT= c-toxcore
Expand All @@ -12,10 +12,12 @@ COMMENT= Tox protocol library
LICENSE= gnu-gpl-v3

USE_CMAKE= yes
USE_LANGUAGES= c c++
USE_LANGUAGES= c99 c++
USE_TOOLS= pkg-config
TEST_TARGET= test

CFLAGS+= -D_POSIX_C_SOURCE=200112L

.include "../../audio/libopus/buildlink3.mk"
.include "../../devel/libconfig/buildlink3.mk"
.include "../../multimedia/libvpx/buildlink3.mk"
Expand Down
2 changes: 1 addition & 1 deletion chat/toxcore/PLIST
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ include/tox/toxencryptsave.h
lib/libtoxcore.a
lib/libtoxcore.so
lib/libtoxcore.so.2
lib/libtoxcore.so.2.4.0
lib/libtoxcore.so.2.6.0
lib/pkgconfig/toxcore.pc
8 changes: 4 additions & 4 deletions chat/toxcore/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.1 2018/07/30 18:58:43 jperkin Exp $

SHA1 (toxcore-0.2.4.tar.gz) = 2fbc29180f774d35e387447d3c25c74f86578a24
RMD160 (toxcore-0.2.4.tar.gz) = fd4404fdd9f5484cccfff022faaa9b218f64836f
SHA512 (toxcore-0.2.4.tar.gz) = 322a5970087cd149f5c037ad4463eb34edfcc074dd76f7d63b117af93ee813922855380afbe0cda4cf39fd16f177eedee18a8e453ed14915321f9cec8ae7679d
Size (toxcore-0.2.4.tar.gz) = 479618 bytes
SHA1 (toxcore-0.2.6.tar.gz) = 6d507a4d6186378730874a708bc37ae807880747
RMD160 (toxcore-0.2.6.tar.gz) = aa3b2a437d094d5201bbbec1130289fbda95fd42
SHA512 (toxcore-0.2.6.tar.gz) = 7f82528d4e65e77fd054435b5bd749d90d6f397e5a36c2abd618002d9589ec76e7b728f7af6ae958384efde45ed37da96ba70bd77206a20a2e87b7473a2b03bf
Size (toxcore-0.2.6.tar.gz) = 484051 bytes

0 comments on commit 0f40e51

Please sign in to comment.