dialog: update to 1.2.20130523.

This commit is contained in:
Juan RP 2013-05-27 14:51:42 +02:00
parent cbfbb0828a
commit 5ec07421bc
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'dialog'
pkgname=dialog
_distver=1.1
_date=20120706
_distver=1.2
_date=20130523
version=${_distver}.${_date}
revision=1
wrksrc=${pkgname}-${_distver}-${_date}
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
homepage="http://invisible-island.net/dialog/"
distfiles="ftp://invisible-island.net/${pkgname}/${pkgname}-${_distver}-${_date}.tgz"
checksum=305aa1000680aa87bb2148a725f9107ef4cd29dcd6185b44d079cb87cf0ce2f5
checksum=c8d114b7698022bcbd6c88f3c0b2296b0e846c60c5ed6bd28f86dd72b94fd36d
long_desc="
Dialog is a program that will let you to present a variety of questions
or display messages using dialog boxes from a shell script. Currently,
@ -23,6 +23,6 @@ long_desc="
dialog_package() {
pkg_install() {
vmove usr
vmove all
}
}