Skip to content

Commit

Permalink
media-libs/alure: use HTTPS
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Mair-Keimberger <[email protected]>
Closes: gentoo#11303
Signed-off-by: Andreas Sturmlechner <[email protected]>
  • Loading branch information
mm1ke authored and a17r committed Mar 10, 2019
1 parent 0cff7df commit a7605d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions media-libs/alure/alure-1.2-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit cmake-utils eutils

DESCRIPTION="The OpenAL Utility Toolkit"
HOMEPAGE="http://kcat.strangesoft.net/alure.html"
SRC_URI="http://kcat.strangesoft.net/alure-releases/${P}.tar.bz2"
HOMEPAGE="https://kcat.strangesoft.net/alure.html"
SRC_URI="https://kcat.strangesoft.net/alure-releases/${P}.tar.bz2"

LICENSE="MIT"
SLOT="0"
Expand Down

0 comments on commit a7605d0

Please sign in to comment.