Skip to content

Commit 7f8296b

Browse files
Schueni1Duncaen
authored andcommitted
zrepl: update to 0.7.0
1 parent f18b9ce commit 7f8296b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

srcpkgs/zrepl/template

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Template file for 'zrepl'
22
pkgname=zrepl
3-
version=0.6.1
4-
revision=2
3+
version=0.7.0
4+
revision=1
55
build_style=go
66
go_import_path=github.com/zrepl/zrepl
77
go_ldflags="-X github.com/zrepl/zrepl/version.zreplVersion=void-${version}_${revision}"
@@ -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)