mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-13 03:09:51 +03:00
main/rsnapshot: upgrade to 1.5.1
Also included the new HOWTO in the documentation.
This commit is contained in:
parent
a38760725b
commit
4f457bdd0b
1 changed files with 5 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Contributor: Łukasz Jendrysik <scadu@yandex.com>
|
||||
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
|
||||
pkgname=rsnapshot
|
||||
pkgver=1.4.5
|
||||
pkgver=1.5.1
|
||||
pkgrel=0
|
||||
pkgdesc="Local and remote filesystem snapshot utility"
|
||||
url="https://rsnapshot.org/"
|
||||
|
@ -30,8 +30,11 @@ check() {
|
|||
|
||||
package() {
|
||||
make DESTDIR="$pkgdir" install
|
||||
|
||||
install -Dm644 docs/HOWTOs/rsnapshot-HOWTO.en.md \
|
||||
"$pkgdir/usr/share/doc/$pkgname/rsnapshot-HOWTO.en.md"
|
||||
}
|
||||
|
||||
sha512sums="
|
||||
6caa2d7c425d084d0bb393421a0ed1ba78fdd27f7d8cec4810bc4a9f88b3232aeff7e4682282178f7702e2adc7abc8e9201249bf2bcaa28faa16e30aaa62e18a rsnapshot-1.4.5.tar.gz
|
||||
332caba5ce063ad985555624e76d58dfd15bd8384ae4212385ae36dfd3433c307e871f0a97306e1d3051612ba34e5acb2b0226d284bfd44a6808126cbd34a600 rsnapshot-1.5.1.tar.gz
|
||||
"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue