Date: Fri, 20 Sep 2024 12:40:50 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: 54df73913910 - main - audio/audacity: Update 3.6.3 =?utf-8?Q?=E2=86=92?= 3.6.4 Message-ID: <202409201240.48KCeoWC019295@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=54df739139109a5cc3064eb0c11c4941e5a7cc8b commit 54df739139109a5cc3064eb0c11c4941e5a7cc8b Author: Jack <xxjack12xx@gmail.com> AuthorDate: 2024-09-20 12:39:13 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-09-20 12:40:40 +0000 audio/audacity: Update 3.6.3 → 3.6.4 Changelog: #7310 Fixed another crash when exiting Audacity. (Thanks, Joe Souza!) #7312 Fixed projects not being compacted on close. https://github.com/audacity/audacity/releases/tag/Audacity-3.6.4 PR: 281601 --- 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 781ed74c4b53..d110fe736ce2 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,6 +1,6 @@ PORTNAME= audacity DISTVERSIONPREFIX= Audacity- -DISTVERSION= 3.6.3 +DISTVERSION= 3.6.4 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 5072e4ab8222..e26ff2c7c74e 100644 --- a/audio/audacity/distinfo +++ b/audio/audacity/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1725947311 -SHA256 (audacity-manual-3.6.3.tar.gz) = 2e7a3dd9f75cea8e9b4aa3ceb9577acd01644a358d03be43154dbeffed795327 -SIZE (audacity-manual-3.6.3.tar.gz) = 26237185 -SHA256 (audacity-audacity-Audacity-3.6.3_GH0.tar.gz) = aaf0d2581a5f4855f0ddd1e1fd128a6f3182857e77c0884e874bc0a0df493393 -SIZE (audacity-audacity-Audacity-3.6.3_GH0.tar.gz) = 61317542 +TIMESTAMP = 1726810916 +SHA256 (audacity-manual-3.6.4.tar.gz) = cea3f236057bf798dd7ad9fa49c3da3e8a328163d4984ca81458afe6bcee6a83 +SIZE (audacity-manual-3.6.4.tar.gz) = 26238332 +SHA256 (audacity-audacity-Audacity-3.6.4_GH0.tar.gz) = e7d82eaae65081a1118a899751ff50ddf76a1cc0f056882eeaffcedb86c12aec +SIZE (audacity-audacity-Audacity-3.6.4_GH0.tar.gz) = 61319349
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202409201240.48KCeoWC019295>