diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2021-03-19 18:16:49 +0100 |
---|---|---|
committer | Miroslav Šulc <fordfrog@gentoo.org> | 2021-03-20 09:22:10 +0100 |
commit | d261e0c672f4a6a318423ca23b0fd3b3c66c9112 (patch) | |
tree | fd7a96c1c05a7002ba19d525fd4d5d4a5f91e63b /media-sound | |
parent | media-sound/darksnow: use HTTPS, fix LICENSE (diff) | |
download | gentoo-d261e0c672f4a6a318423ca23b0fd3b3c66c9112.tar.gz gentoo-d261e0c672f4a6a318423ca23b0fd3b3c66c9112.tar.bz2 gentoo-d261e0c672f4a6a318423ca23b0fd3b3c66c9112.zip |
media-sound/fluidsynth: use HTTPS
Package-Manager: Portage-3.0.17, Repoman-3.0.2
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-2.1.0.ebuild | 4 | ||||
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-2.1.4.ebuild | 4 | ||||
-rw-r--r-- | media-sound/fluidsynth/fluidsynth-2.1.5.ebuild | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/media-sound/fluidsynth/fluidsynth-2.1.0.ebuild b/media-sound/fluidsynth/fluidsynth-2.1.0.ebuild index ad79a07d4339..8da1679f5162 100644 --- a/media-sound/fluidsynth/fluidsynth-2.1.0.ebuild +++ b/media-sound/fluidsynth/fluidsynth-2.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ CMAKE_ECLASS=cmake inherit cmake-multilib systemd DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 specifications" -HOMEPAGE="http://www.fluidsynth.org/" +HOMEPAGE="https://www.fluidsynth.org" SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1+" diff --git a/media-sound/fluidsynth/fluidsynth-2.1.4.ebuild b/media-sound/fluidsynth/fluidsynth-2.1.4.ebuild index d5fdde4142d4..98db025980dc 100644 --- a/media-sound/fluidsynth/fluidsynth-2.1.4.ebuild +++ b/media-sound/fluidsynth/fluidsynth-2.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -7,7 +7,7 @@ CMAKE_ECLASS=cmake inherit cmake-multilib systemd DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 specifications" -HOMEPAGE="http://www.fluidsynth.org/" +HOMEPAGE="https://www.fluidsynth.org" SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1+" diff --git a/media-sound/fluidsynth/fluidsynth-2.1.5.ebuild b/media-sound/fluidsynth/fluidsynth-2.1.5.ebuild index 1e6ba4d38771..8da1679f5162 100644 --- a/media-sound/fluidsynth/fluidsynth-2.1.5.ebuild +++ b/media-sound/fluidsynth/fluidsynth-2.1.5.ebuild @@ -7,7 +7,7 @@ CMAKE_ECLASS=cmake inherit cmake-multilib systemd DESCRIPTION="Software real-time synthesizer based on the Soundfont 2 specifications" -HOMEPAGE="http://www.fluidsynth.org/" +HOMEPAGE="https://www.fluidsynth.org" SRC_URI="https://github.com/FluidSynth/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="LGPL-2.1+" |