mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
mmv: fix homepage=
This commit is contained in:
parent
efa9f51476
commit
8aaf58a16e
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'mmv'
|
# Template file for 'mmv'
|
||||||
pkgname=mmv
|
pkgname=mmv
|
||||||
version=1.01b
|
version=1.01b
|
||||||
revision=3
|
revision=4
|
||||||
wrksrc=${pkgname}-${version}.orig
|
wrksrc="${pkgname}-${version}.orig"
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Utility for wildcard renaming, copying, etc"
|
short_desc="Utility for wildcard renaming, copying, etc"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://www.usinglinux.org/misc/mmv.html"
|
homepage="https://packages.debian.org/unstable/utils/mmv"
|
||||||
distfiles="http://mirrors.kernel.org/gentoo/distfiles/${pkgname}_${version}.orig.tar.gz"
|
distfiles="http://mirrors.kernel.org/gentoo/distfiles/${pkgname}_${version}.orig.tar.gz"
|
||||||
checksum=0399c027ea1e51fd607266c1e33573866d4db89f64a74be8b4a1d2d1ff1fdeef
|
checksum=0399c027ea1e51fd607266c1e33573866d4db89f64a74be8b4a1d2d1ff1fdeef
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue