mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
media-plugins/zam-plugins: fix StaticSrcUri
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 2021 Gentoo Authors
|
||||
# Copyright 2021-2022 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -8,7 +8,7 @@ DPF_P="DPF-${DPF_COMMIT}"
|
||||
|
||||
DESCRIPTION="Collection of LV2/LADSPA/VST/JACK audio plugins for high quality processing"
|
||||
HOMEPAGE="http://www.zamaudio.com/ https://github.com/zamaudio/zam-plugins"
|
||||
SRC_URI="https://github.com/zamaudio/${PN}/archive/refs/tags/3.14.tar.gz -> ${P}.tar.gz
|
||||
SRC_URI="https://github.com/zamaudio/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz
|
||||
https://github.com/DISTRHO/DPF/archive/${DPF_COMMIT}.tar.gz -> ${DPF_P}.tar.gz"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
|
||||
Reference in New Issue
Block a user