diff options
Diffstat (limited to 'media-libs/glfw/glfw-3.2.1.ebuild')
-rw-r--r-- | media-libs/glfw/glfw-3.2.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-libs/glfw/glfw-3.2.1.ebuild b/media-libs/glfw/glfw-3.2.1.ebuild index 9042d28f2df1..3f8a54aea0a2 100644 --- a/media-libs/glfw/glfw-3.2.1.ebuild +++ b/media-libs/glfw/glfw-3.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ inherit cmake-utils DESCRIPTION="The Portable OpenGL FrameWork" HOMEPAGE="https://www.glfw.org/" -SRC_URI="mirror://sourceforge/glfw/${P}.tar.bz2" +SRC_URI="https://github.com/glfw/glfw/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="ZLIB" SLOT="0" |