mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
multimedia/mkvalidator: Update HOMEPAGE.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
e3c61021c7
commit
c0e78002e1
4 changed files with 6 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
mkvalidator (tool to verify Matroska and WebM files)
|
||||
|
||||
mkvalidator is a simple command line tool to verify Matroska and WebM
|
||||
files for spec conformance. It checks the various bogus or missing
|
||||
files for spec conformance. It checks the various bogus or missing
|
||||
key elements against the EBML DocType version of the file and reports
|
||||
the errors/warnings in the command line.
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# Slackware build script for mkvalidator.
|
||||
#
|
||||
# Copyright 2016 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
PRGNAM="mkvalidator"
|
||||
VERSION="0.5.0"
|
||||
HOMEPAGE="http://www.matroska.org/downloads/mkvalidator.html"
|
||||
DOWNLOAD="http://sourceforge.net/projects/matroska/files/mkvalidator/mkvalidator-0.5.0.tar.bz2"
|
||||
HOMEPAGE="https://www.matroska.org/downloads/mkvalidator.html"
|
||||
DOWNLOAD="https://sourceforge.net/projects/matroska/files/mkvalidator/mkvalidator-0.5.0.tar.bz2"
|
||||
MD5SUM="200343eb24458ae7fca2d322deb5d162"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
|
|
|
@ -9,11 +9,11 @@
|
|||
mkvalidator: mkvalidator (Verify Matroska and WebM files)
|
||||
mkvalidator:
|
||||
mkvalidator: mkvalidator is a simple command line tool to verify Matroska and WebM
|
||||
mkvalidator: files for spec conformance. It checks the various bogus or missing
|
||||
mkvalidator: files for spec conformance. It checks the various bogus or missing
|
||||
mkvalidator: key elements against the EBML DocType version of the file and reports
|
||||
mkvalidator: the errors/warnings in the command line.
|
||||
mkvalidator:
|
||||
mkvalidator: Home page: http://www.matroska.org/downloads/mkvalidator.html
|
||||
mkvalidator: Home page: https://www.matroska.org/downloads/mkvalidator.html
|
||||
mkvalidator:
|
||||
mkvalidator:
|
||||
mkvalidator:
|
||||
|
|
Loading…
Reference in a new issue