Skip to content

Commit

Permalink
app-arch/cabextract: use HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
mm1ke authored and mgorny committed Mar 2, 2018
1 parent de57793 commit 152c855
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app-arch/cabextract/cabextract-1.6.ebuild
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=5

inherit toolchain-funcs

DESCRIPTION="Extracts files from Microsoft cabinet archive files"
HOMEPAGE="http://www.cabextract.org.uk/"
SRC_URI="http://www.cabextract.org.uk/${P}.tar.gz"
HOMEPAGE="https://www.cabextract.org.uk/"
SRC_URI="https://www.cabextract.org.uk/${P}.tar.gz"

LICENSE="GPL-3"
SLOT="0"
Expand Down

0 comments on commit 152c855

Please sign in to comment.