mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-22 17:17:03 +02:00
rsnapshot: update to 1.4.5.
This commit is contained in:
parent
79e9a1042c
commit
4117702084
1 changed files with 4 additions and 3 deletions
|
@ -1,8 +1,9 @@
|
|||
# Template file for 'rsnapshot'
|
||||
pkgname=rsnapshot
|
||||
version=1.4.4
|
||||
version=1.4.5
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
make_check_target="test"
|
||||
hostmakedepends="perl rsync openssh"
|
||||
makedepends="perl-Lchown"
|
||||
depends="perl perl-Lchown rsync openssh"
|
||||
|
@ -12,8 +13,8 @@ license="GPL-2.0-only"
|
|||
homepage="https://www.rsnapshot.org"
|
||||
changelog="https://raw.githubusercontent.com/rsnapshot/rsnapshot/master/ChangeLog"
|
||||
distfiles="https://www.rsnapshot.org/downloads/rsnapshot-${version}.tar.gz"
|
||||
checksum=c1cb7cb748c5a9656c386362bdf6c267959737724abb505fbf9e940a9d988579
|
||||
conf_files="/etc/${pkgname}.conf"
|
||||
checksum=10b75e01ca25511e8266aacd495531975ad1a8ad556216b6a57c76d028b38242
|
||||
conf_files="/etc/rsnapshot.conf"
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/etc/rsnapshot.conf.default ${DESTDIR}/etc/rsnapshot.conf
|
||||
|
|
Loading…
Add table
Reference in a new issue