snapraid: update to 11.3.
This commit is contained in:
parent
3779bba85e
commit
c64b4d23f4
1 changed files with 4 additions and 4 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'snapraid'
|
||||
pkgname=snapraid
|
||||
version=11.2
|
||||
version=11.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
depends="smartmontools"
|
||||
conf_files="/etc/snapraid.conf"
|
||||
short_desc="A RAID-style backup program for disk arrays"
|
||||
maintainer="Evan Deaubl <evan@deaubl.name>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="http://www.snapraid.it"
|
||||
distfiles="https://github.com/amadvance/${pkgname}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=735cdeb7656ac48cbb0b4a89a203dd566505071e465d5effbcc56bcb8fd3a0d7
|
||||
checksum=d35ad92157936db3411e2cf7325665fc59e2d159204f9424895cfa9f33122af1
|
||||
conf_files="/etc/snapraid.conf"
|
||||
|
||||
post_install() {
|
||||
vsconf snapraid.conf.example
|
||||
|
|
Loading…
Reference in a new issue