Skip to content

Commit

Permalink
media-video/mkvalidator: use HTTPS
Browse files Browse the repository at this point in the history
  • Loading branch information
mm1ke authored and FuzzyGophers committed May 13, 2018
1 parent 7ad4217 commit 7a67062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions media-video/mkvalidator/mkvalidator-0.5.2.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="mkvalidator is a command line tool to verify Matroska files for spec conformance"
HOMEPAGE="http://www.matroska.org/downloads/mkvalidator.html"
SRC_URI="http://downloads.sourceforge.net/project/matroska/${PN}/${P}.tar.bz2"
HOMEPAGE="https://www.matroska.org/downloads/mkvalidator.html"
SRC_URI="https://downloads.sourceforge.net/project/matroska/${PN}/${P}.tar.bz2"

LICENSE="BSD"
SLOT="0"
Expand Down

0 comments on commit 7a67062

Please sign in to comment.