mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-06 23:23:51 +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'
|
# Template file for 'mp3check'
|
||||||
pkgname=mp3check
|
pkgname=mp3check
|
||||||
version=0.8.7
|
version=0.8.7
|
||||||
revision=2
|
revision=3
|
||||||
short_desc="Check mp3 files for consistency plus fix header and id3tag errors"
|
short_desc="Check MP3 files for consistency plus fix header and id3tag errors"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="https://code.google.com/p/mp3check/"
|
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
|
checksum=27d976ad8495671e9b9ce3c02e70cb834d962b6fdf1a7d437bb0e85454acdd0e
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue