summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2016-07-27 14:49:49 +0800
committerMike Frysinger <vapier@gentoo.org>2016-07-27 14:59:24 +0800
commitb4480f333aed7f7f3bc75446a1a5010ba8df738c (patch)
tree8d584b66351519849aa4ebe26bbc91eed8b2ee96 /www-apps/guacamole/guacamole-0.9.2.ebuild
parentnet-dns/libidn: Remove incorrect sub-SLOT. (diff)
downloadgentoo-b4480f333aed7f7f3bc75446a1a5010ba8df738c.tar.gz
gentoo-b4480f333aed7f7f3bc75446a1a5010ba8df738c.tar.bz2
gentoo-b4480f333aed7f7f3bc75446a1a5010ba8df738c.zip
sourceforge: switch to https:// URIs
Diffstat (limited to 'www-apps/guacamole/guacamole-0.9.2.ebuild')
-rw-r--r--www-apps/guacamole/guacamole-0.9.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/guacamole/guacamole-0.9.2.ebuild b/www-apps/guacamole/guacamole-0.9.2.ebuild
index 202b6ff02a08..fc0d9a2cb03d 100644
--- a/www-apps/guacamole/guacamole-0.9.2.ebuild
+++ b/www-apps/guacamole/guacamole-0.9.2.ebuild
@@ -8,8 +8,8 @@ inherit eutils
DESCRIPTION="Guacamole is a html5 vnc client as servlet"
HOMEPAGE="http://guac-dev.org/"
SRC_URI="mirror://sourceforge/${PN}/${PN}-client-${PV}.tar.gz
- mysql? ( http://sourceforge.net/projects/${PN}/files/current/extensions/${PN}-auth-mysql-0.9.2.tar.gz )
- ldap? ( http://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-ldap-0.9.2.tar.gz )"
+ mysql? ( https://sourceforge.net/projects/${PN}/files/current/extensions/${PN}-auth-mysql-0.9.2.tar.gz )
+ ldap? ( https://sourceforge.net/projects/guacamole/files/current/extensions/guacamole-auth-ldap-0.9.2.tar.gz )"
S="${WORKDIR}/${PN}-client-${PV}"
LICENSE="AGPL-3"