From 323b4ab326b7e6e8bd2968c2fdf5ea251573dc10 Mon Sep 17 00:00:00 2001 From: Kartik Singh Date: Mon, 18 May 2020 14:06:05 +0530 Subject: [PATCH] audacity: update to 2.4.0 --- srcpkgs/audacity/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/audacity/template b/srcpkgs/audacity/template index 340ff8dec28..e71bbf04e70 100644 --- a/srcpkgs/audacity/template +++ b/srcpkgs/audacity/template @@ -1,6 +1,6 @@ # Template file for 'audacity' pkgname=audacity -version=2.3.3 +version=2.4.0 revision=1 wrksrc="${pkgname}-Audacity-${version}" build_style=gnu-configure @@ -17,7 +17,7 @@ maintainer="Leah Neukirchen " license="GPL-2.0-or-later" homepage="https://www.audacityteam.org" distfiles="https://github.com/${pkgname}/${pkgname}/archive/Audacity-${version}.tar.gz" -checksum=404e6c49693dedc94212fc5525974058d848536025e19da31359ae02babe8bd7 +checksum=5d1c096d7b04ff8d5dbca3dca5b9d9f8e62093b5ea6e57ae5f821ae3132dc88f case "$XBPS_TARGET_MACHINE" in i686*|x86_64*) ;;