From e635dbbbba5bc07a091ebec2d6e70b58696d629d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Piotr=20W=C3=B3jcik?= Date: Wed, 25 Apr 2018 17:48:30 +0200 Subject: [PATCH] fluidsynth: update to 1.1.10. Closes: #13848 [via git-merge-pr] --- srcpkgs/fluidsynth/template | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/fluidsynth/template b/srcpkgs/fluidsynth/template index b5b4f0a5c4c..9035822540c 100644 --- a/srcpkgs/fluidsynth/template +++ b/srcpkgs/fluidsynth/template @@ -1,7 +1,7 @@ # Template file for 'fluidsynth' pkgname=fluidsynth -version=1.1.7 -revision=2 +version=1.1.10 +revision=1 build_style=cmake configure_args="-DLIB_SUFFIX= -DDEFAULT_SOUNDFONT:STRING=/usr/share/soundfonts/default.sf2" @@ -11,8 +11,8 @@ short_desc="Real-time software synthesizer based on the SoundFont 2 specificatio maintainer="Juan RP " license="LGPL-2.1" homepage="http://www.fluidsynth.org/" -distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz" -checksum=f32636aa3f715fa4a4010db73530b58fbd94d192b78cd276d0b819c8fc855129 +distfiles="https://github.com/FluidSynth/fluidsynth/archive/v${version}.tar.gz" +checksum=b74801d0fdd726c4555149bf075b76dc4074658ec0a8f7a3753f4a64589e5300 libfluidsynth_package() { short_desc+=" - runtime library"