os-prober: update to 1.53.

This commit is contained in:
Juan RP 2012-07-04 10:19:48 +02:00
parent 399e8824c0
commit 640d5c5c54
1 changed files with 4 additions and 6 deletions

View File

@ -1,19 +1,17 @@
# Template file for 'os-prober'
pkgname=os-prober
version=1.49
revision=2
wrksrc=${pkgname}
distfiles="${DEBIAN_SITE}/main/o/$pkgname/${pkgname}_$version.tar.gz"
version=1.53
revision=1
short_desc="Utility to detect other OSes on a set of drives"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://packages.debian.org/sid/os-prober"
license="GPL-2"
checksum=828118ee0792263179572f5a7669f20c787dd61e7bfb2954a34ea0d62f94fc14
distfiles="${DEBIAN_SITE}/main/o/$pkgname/${pkgname}_$version.tar.gz"
checksum=58c47274b8e531fdc8b525fa5903885b92dbc3ee39bf13dd87e40336703a58c2
long_desc="
This package detects other OSes available on a system and outputs the
results in a generic machine-readable format."
do_build() {
make ${makejobs}
}