From fb48bbb0b1a6ce95a820ef388650fe38d7401f96 Mon Sep 17 00:00:00 2001 From: newbluemoon Date: Wed, 15 Aug 2018 11:19:06 +0200 Subject: [PATCH] sonic-visualiser: update to 3.1.1 (#1787) --- srcpkgs/sonic-visualiser/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/sonic-visualiser/template b/srcpkgs/sonic-visualiser/template index 970fe3df3e..ddb891892b 100644 --- a/srcpkgs/sonic-visualiser/template +++ b/srcpkgs/sonic-visualiser/template @@ -1,6 +1,6 @@ # Template file for 'sonic-visualiser' pkgname=sonic-visualiser -version=3.1 +version=3.1.1 revision=1 build_style=gnu-configure hostmakedepends="pkg-config capnproto-devel" @@ -13,8 +13,8 @@ maintainer="newbluemoon " license="GPL-2.0-or-later" homepage="https://www.sonicvisualiser.org/" changelog="https://code.soundsoftware.ac.uk/projects/sonic-visualiser/repository/entry/CHANGELOG" -distfiles="https://code.soundsoftware.ac.uk/attachments/download/2381/${pkgname}-${version}.tar.gz" -checksum=9684cb2ae3be7372b0aee44304544d93345f2f9776f3a01def109323af84fdda +distfiles="https://code.soundsoftware.ac.uk/attachments/download/2391/${pkgname}-${version}.tar.gz" +checksum=d02a0d8c8efc44810b7078311f02d23909b433c50179c0aec55117cde373d0c1 if [ -n "$CROSS_BUILD" ]; then hostmakedepends+=" qt5-qmake qt5-svg-devel"