Date: Mon, 22 Jul 2024 23:10:21 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: d38d0cbec32c - main - audio/audacity: update 3.6.0 =?utf-8?Q?=E2=86=92?= 3.6.1 Message-ID: <202407222310.46MNALDC074160@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=d38d0cbec32c00f8e15682e059932182cdff04e5 commit d38d0cbec32c00f8e15682e059932182cdff04e5 Author: Jack <xxjack12xx@gmail.com> AuthorDate: 2024-07-22 23:07:23 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-07-22 23:07:23 +0000 audio/audacity: update 3.6.0 → 3.6.1 Audacity 3.6.1 was released on 19 Jul 2024 This is a hotfix release. It fixes the following bugs: * #6889 Fixed a crash when exporting multichannel audio. * #6882 Fixed a crash when pasting mono clips into stereo tracks. * #4763 (Accessibility) Made more values available when using the plain UI of plugins. (Thanks, David Bailes!) * #6855 Prevented incompatible versions from opening projects created in 3.6.x. * #6892 Fixed the dark theme sometimes having white corners in buttons. Changelog: https://github.com/audacity/audacity/releases/tag/Audacity-3.6.1 PR: 280411 --- audio/audacity/Makefile | 2 +- audio/audacity/distinfo | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index ec73f0391595..221abddff729 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,6 +1,6 @@ PORTNAME= audacity DISTVERSIONPREFIX= Audacity- -DISTVERSION= 3.6.0 +DISTVERSION= 3.6.1 CATEGORIES= audio MASTER_SITES+= https://github.com/${PORTNAME}/${PORTNAME}-manual/releases/download/v${DISTVERSION}/:manual DISTFILES+= ${PORTNAME}-manual-${DISTVERSION}.tar.gz:manual diff --git a/audio/audacity/distinfo b/audio/audacity/distinfo index 0e0a9b1789fd..c421c1718685 100644 --- a/audio/audacity/distinfo +++ b/audio/audacity/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1721256177 -SHA256 (audacity-manual-3.6.0.tar.gz) = 122c35702a17b8f4082b73e0f229c618c0486ebfb0672ae42bb8b7fba034b23c -SIZE (audacity-manual-3.6.0.tar.gz) = 26053191 -SHA256 (audacity-audacity-Audacity-3.6.0_GH0.tar.gz) = 131b6de96078d7f95f47754420e836b1dc75bb3d5ec2697f39395c2cb68df606 -SIZE (audacity-audacity-Audacity-3.6.0_GH0.tar.gz) = 61369825 +TIMESTAMP = 1721674577 +SHA256 (audacity-manual-3.6.1.tar.gz) = a099f22885a0260f0b4a1ed8f0049583da6d26c1f5d6d7aaeeb1fe50d3a0fa08 +SIZE (audacity-manual-3.6.1.tar.gz) = 26053438 +SHA256 (audacity-audacity-Audacity-3.6.1_GH0.tar.gz) = d3af8c8068cdc3072fb583d5062aa75f4b25846da342bd30df40bfb5ede83cc5 +SIZE (audacity-audacity-Audacity-3.6.1_GH0.tar.gz) = 61369168
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407222310.46MNALDC074160>