diff options
author | Henrik Pihl <ahvenas@gmail.com> | 2020-07-03 15:31:05 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2020-07-11 11:18:37 +0300 |
commit | 02808b1c29ba8069d0f1acf018afde5ec6c68007 (patch) | |
tree | 6832ca74d06014c96e73658d63990ebbd20b0abb /media-libs | |
parent | media-libs/webvfx: Version bump to 1.2.0 (diff) | |
download | gentoo-02808b1c29ba8069d0f1acf018afde5ec6c68007.tar.gz gentoo-02808b1c29ba8069d0f1acf018afde5ec6c68007.tar.bz2 gentoo-02808b1c29ba8069d0f1acf018afde5ec6c68007.zip |
media-libs/webvfx: Change hard coded versions to ${PV}.
Signed-off-by: Henrik Pihl <ahvenas@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/webvfx/webvfx-1.1.0.ebuild | 2 | ||||
-rw-r--r-- | media-libs/webvfx/webvfx-1.2.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/webvfx/webvfx-1.1.0.ebuild b/media-libs/webvfx/webvfx-1.1.0.ebuild index 114f397f1412..bdc28125efe1 100644 --- a/media-libs/webvfx/webvfx-1.1.0.ebuild +++ b/media-libs/webvfx/webvfx-1.1.0.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic qmake-utils toolchain-funcs DESCRIPTION="Video effects library based on web technologies" HOMEPAGE="https://github.com/mltframework/webvfx/" -SRC_URI="https://github.com/mltframework/${PN}/releases/download/1.1.0/${P}.txz" +SRC_URI="https://github.com/mltframework/${PN}/releases/download/${PV}/${P}.txz" LICENSE="BSD" SLOT="0" diff --git a/media-libs/webvfx/webvfx-1.2.0.ebuild b/media-libs/webvfx/webvfx-1.2.0.ebuild index fe34f6aaf160..bdc28125efe1 100644 --- a/media-libs/webvfx/webvfx-1.2.0.ebuild +++ b/media-libs/webvfx/webvfx-1.2.0.ebuild @@ -7,7 +7,7 @@ inherit flag-o-matic qmake-utils toolchain-funcs DESCRIPTION="Video effects library based on web technologies" HOMEPAGE="https://github.com/mltframework/webvfx/" -SRC_URI="https://github.com/mltframework/${PN}/releases/download/1.2.0/${P}.txz" +SRC_URI="https://github.com/mltframework/${PN}/releases/download/${PV}/${P}.txz" LICENSE="BSD" SLOT="0" |