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'
|
||||
pkgname=mmv
|
||||
version=1.01b
|
||||
revision=3
|
||||
wrksrc=${pkgname}-${version}.orig
|
||||
revision=4
|
||||
wrksrc="${pkgname}-${version}.orig"
|
||||
build_style=gnu-makefile
|
||||
short_desc="Utility for wildcard renaming, copying, etc"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
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"
|
||||
checksum=0399c027ea1e51fd607266c1e33573866d4db89f64a74be8b4a1d2d1ff1fdeef
|
||||
|
||||
|
|
Loading…
Reference in a new issue