summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Peterson <hazelnusse@gmail.com>2020-01-07 21:08:31 -0800
committerJames Le Cuirot <chewi@gentoo.org>2020-01-08 23:21:23 +0000
commitbb868e6b88a71685c5e38841ef6fce3b4d364299 (patch)
tree0bb020e67b13f91467b58821a1346dcc4f5e9465 /media-libs/glfw/glfw-3.2.1.ebuild
parentsys-power/nut: Rebase patches (diff)
downloadgentoo-bb868e6b88a71685c5e38841ef6fce3b4d364299.tar.gz
gentoo-bb868e6b88a71685c5e38841ef6fce3b4d364299.tar.bz2
gentoo-bb868e6b88a71685c5e38841ef6fce3b4d364299.zip
media-libs/glfw-3.3.1 version bump
As of 2019-04-16, glfw has migrated to Github. This commit updates media-libs/glfw-3.2.1 to use the Github release (which has a different SHA) instead of the Sourceforge release. Signed-off-by: Dale Lukas Peterson <hazelnusse@gmail.com> Closes: https://bugs.gentoo.org/683950 Closes: https://github.com/gentoo/gentoo/pull/14273 Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-libs/glfw/glfw-3.2.1.ebuild')
-rw-r--r--media-libs/glfw/glfw-3.2.1.ebuild4
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"