diff options
Diffstat (limited to 'www-apps/guacamole/guacamole-0.9.8.ebuild')
-rw-r--r-- | www-apps/guacamole/guacamole-0.9.8.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www-apps/guacamole/guacamole-0.9.8.ebuild b/www-apps/guacamole/guacamole-0.9.8.ebuild index 0e27996d9064..ae5e55b40d61 100644 --- a/www-apps/guacamole/guacamole-0.9.8.ebuild +++ b/www-apps/guacamole/guacamole-0.9.8.ebuild @@ -8,10 +8,10 @@ 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-jdbc-${PV}.tar.gz ) - postgres? ( http://sourceforge.net/projects/${PN}/files/current/extensions/${PN}-auth-jdbc-${PV}.tar.gz ) - noauth? ( http://sourceforge.net/projects/${PN}/files/current/extensions/${PN}-auth-noauth-${PV}.tar.gz ) - ldap? ( http://sourceforge.net/projects/guacamole/files/current/extensions/${PN}-auth-ldap-${PV}.tar.gz )" + mysql? ( https://sourceforge.net/projects/${PN}/files/current/extensions/${PN}-auth-jdbc-${PV}.tar.gz ) + postgres? ( https://sourceforge.net/projects/${PN}/files/current/extensions/${PN}-auth-jdbc-${PV}.tar.gz ) + noauth? ( https://sourceforge.net/projects/${PN}/files/current/extensions/${PN}-auth-noauth-${PV}.tar.gz ) + ldap? ( https://sourceforge.net/projects/guacamole/files/current/extensions/${PN}-auth-ldap-${PV}.tar.gz )" S="${WORKDIR}/${PN}-client-${PV}" LICENSE="MIT" |