mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-18 23:27:01 +02:00
mp3check: fetch tarball from Debian (#4762).
This commit is contained in:
parent
d4683d6a9a
commit
121a74ab73
1 changed files with 3 additions and 3 deletions
|
@ -1,12 +1,12 @@
|
|||
# Template file for 'mp3check'
|
||||
pkgname=mp3check
|
||||
version=0.8.7
|
||||
revision=2
|
||||
short_desc="Check mp3 files for consistency plus fix header and id3tag errors"
|
||||
revision=3
|
||||
short_desc="Check MP3 files for consistency plus fix header and id3tag errors"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
homepage="https://code.google.com/p/mp3check/"
|
||||
distfiles="https://mp3check.googlecode.com/files/${pkgname}-${version}.tgz"
|
||||
distfiles="${DEBIAN_SITE}/main/m/${pkgname}/${pkgname}_${version}.orig.tar.gz"
|
||||
checksum=27d976ad8495671e9b9ce3c02e70cb834d962b6fdf1a7d437bb0e85454acdd0e
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Add table
Reference in a new issue