Skip to content

Commit b3d6d03

Browse files
committed
zrepl: update to 0.7.0
1 parent 3004512 commit b3d6d03

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

srcpkgs/zrepl/template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Template file for 'zrepl'
22
pkgname=zrepl
3-
version=0.6.1
3+
version=0.7.0
44
revision=2
55
build_style=go
66
go_import_path=github.com/zrepl/zrepl
@@ -11,15 +11,15 @@ maintainer="Orphaned <orphan@voidlinux.org>"
1111
license="MIT"
1212
homepage="https://github.com/zrepl/zrepl"
1313
distfiles="https://github.com/zrepl/zrepl/archive/v${version}.tar.gz"
14-
checksum=263c82501b75a1413f8a298c1d67d7e940c1b0cb967979790773237e2a30adbd
14+
checksum=d451ad1d05a0afdc752daf1dada9327aa338f691eca91e1c8fc9828eebd89757
1515

1616
conf_files="/etc/zrepl/*"
1717

1818
post_install() {
1919
vmkdir etc/zrepl
2020
vinstall ${FILESDIR}/zrepl.yml 644 etc/zrepl
2121
vsconf ${FILESDIR}/zrepl.yml
22-
vcopy config/samples/* usr/share/examples/${pkgname}
22+
vcopy internal/config/samples/* usr/share/examples/${pkgname}
2323
vsconf dist/grafana/grafana-prometheus-zrepl.json
2424

2525
vlicense LICENSE

0 commit comments

Comments
 (0)