Date: Sat, 20 Oct 2018 18:13:19 +0000 (UTC) From: Christian Weisgerber <naddy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482611 - head/audio/libopusenc Message-ID: <201810201813.w9KIDJPv034707@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: naddy Date: Sat Oct 20 18:13:19 2018 New Revision: 482611 URL: https://svnweb.freebsd.org/changeset/ports/482611 Log: Update to 0.2.1. This release fixes two minor bugs: - a gapless bug in the LPC filtering - a crash on destroy when using the pull API Modified: head/audio/libopusenc/Makefile head/audio/libopusenc/distinfo Modified: head/audio/libopusenc/Makefile ============================================================================== --- head/audio/libopusenc/Makefile Sat Oct 20 18:07:07 2018 (r482610) +++ head/audio/libopusenc/Makefile Sat Oct 20 18:13:19 2018 (r482611) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= libopusenc -PORTVERSION= 0.2 +PORTVERSION= 0.2.1 CATEGORIES= audio MASTER_SITES= MOZILLA/opus Modified: head/audio/libopusenc/distinfo ============================================================================== --- head/audio/libopusenc/distinfo Sat Oct 20 18:07:07 2018 (r482610) +++ head/audio/libopusenc/distinfo Sat Oct 20 18:13:19 2018 (r482611) @@ -1,3 +1,3 @@ -TIMESTAMP = 1537972823 -SHA256 (libopusenc-0.2.tar.gz) = c79e95eeee43a0b965e9b2c59a243763a8f8b0a7e71441df2aa9084f6171c73a -SIZE (libopusenc-0.2.tar.gz) = 388027 +TIMESTAMP = 1540058989 +SHA256 (libopusenc-0.2.1.tar.gz) = 8298db61a8d3d63e41c1a80705baa8ce9ff3f50452ea7ec1c19a564fe106cbb9 +SIZE (libopusenc-0.2.1.tar.gz) = 388071
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810201813.w9KIDJPv034707>