rsnapshot: update to 1.4.4.
This commit is contained in:
parent
c76b698916
commit
cc42e45c6d
1 changed files with 6 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'rsnapshot'
|
# Template file for 'rsnapshot'
|
||||||
pkgname=rsnapshot
|
pkgname=rsnapshot
|
||||||
version=1.4.3
|
version=1.4.4
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="perl rsync openssh"
|
hostmakedepends="perl rsync openssh"
|
||||||
makedepends="perl-Lchown"
|
makedepends="perl-Lchown"
|
||||||
|
@ -9,9 +9,10 @@ depends="perl perl-Lchown rsync openssh"
|
||||||
short_desc="Remote filesystem snapshot utility"
|
short_desc="Remote filesystem snapshot utility"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="http://www.rsnapshot.org"
|
homepage="https://www.rsnapshot.org"
|
||||||
distfiles="http://www.rsnapshot.org/downloads/${pkgname}-${version}.tar.gz"
|
changelog="https://raw.githubusercontent.com/rsnapshot/rsnapshot/master/ChangeLog"
|
||||||
checksum=2b0c7aad3e14e0260513331425a605d73c3bdd7936d66d418d7714a76bc55bd1
|
distfiles="https://www.rsnapshot.org/downloads/rsnapshot-${version}.tar.gz"
|
||||||
|
checksum=c1cb7cb748c5a9656c386362bdf6c267959737724abb505fbf9e940a9d988579
|
||||||
conf_files="/etc/${pkgname}.conf"
|
conf_files="/etc/${pkgname}.conf"
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Reference in a new issue