backupninja: update to 1.2.0.
This commit is contained in:
parent
c3a41e9a22
commit
b7da10b1a5
1 changed files with 4 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'backupninja'
|
||||
pkgname=backupninja
|
||||
version=1.1.0
|
||||
version=1.2.1
|
||||
revision=1
|
||||
wrksrc="${pkgname}-${pkgname}-${version}"
|
||||
build_style=gnu-configure
|
||||
|
@ -9,9 +9,9 @@ depends="dialog"
|
|||
short_desc="Lightweight, extensible meta-backup system"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://0xacab.org/riseuplabs/backupninja"
|
||||
distfiles="https://0xacab.org/riseuplabs/${pkgname}/-/archive/${pkgname}-${version}/${pkgname}-${pkgname}-${version}.tar.gz"
|
||||
checksum=43737a4c1dc0e109087de82ee9817f5d4883fdbcfb86743265c83ff0c7243ad0
|
||||
homepage="https://0xacab.org/liberate/backupninja"
|
||||
distfiles="https://0xacab.org/liberate/backupninja/-/archive/${pkgname}-${version}/${pkgname}-${pkgname}-${version}.tar.gz"
|
||||
checksum=cfd94891c27d1b861bf8fbd9990673f9bc2bce78872976ee1cb4d068f1c4cd6c
|
||||
|
||||
conf_files="/etc/backupninja.conf"
|
||||
make_dirs="/etc/backup.d 0750 root root"
|
||||
|
@ -19,4 +19,3 @@ make_dirs="/etc/backup.d 0750 root root"
|
|||
pre_configure() {
|
||||
./autogen.sh
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue