rsync: update to 3.1.0.
This commit is contained in:
parent
5de8a0224f
commit
350698fb13
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'rsync'
|
||||
pkgname=rsync
|
||||
version=3.0.9
|
||||
revision=2
|
||||
version=3.1.0
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="perl"
|
||||
makedepends="zlib-devel acl-devel popt-devel"
|
||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-3"
|
||||
homepage="http://samba.anu.edu.au/rsync/"
|
||||
distfiles="http://www.samba.org/ftp/rsync/src/rsync-$version.tar.gz"
|
||||
checksum=30f10f8dd5490d28240d4271bb652b1da7a60b22ed2b9ae28090668de9247c05
|
||||
checksum=81ca23f77fc9b957eb9845a6024f41af0ff0c619b7f38576887c63fa38e2394e
|
||||
long_desc="
|
||||
Rsync is a fast and extraordinarily versatile file copying tool for
|
||||
both remote and local files.
|
||||
|
@ -24,6 +24,6 @@ long_desc="
|
|||
|
||||
rsync_package() {
|
||||
pkg_install() {
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue