From d3e9eb1a37a0400f1dc3ea09e36970645384342f Mon Sep 17 00:00:00 2001 From: Daniel Lewan Date: Tue, 18 Oct 2022 16:02:42 +0200 Subject: [PATCH] goatcounter: update to 2.3.0. --- srcpkgs/goatcounter/files/goatcounter/run | 2 +- srcpkgs/goatcounter/template | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/srcpkgs/goatcounter/files/goatcounter/run b/srcpkgs/goatcounter/files/goatcounter/run index e8f78fc6360c..e52e6387f0a5 100755 --- a/srcpkgs/goatcounter/files/goatcounter/run +++ b/srcpkgs/goatcounter/files/goatcounter/run @@ -2,6 +2,6 @@ [ -r ./conf ] && . ./conf -: "${OPTS:=-db sqlite+/var/db/goatcounter/db.sqlite3?_busy_timeout=200&_journal_mode=wal&cache=shared -listen :5000 -public-port 5000 -tls none}" +: "${OPTS:=-db sqlite+/var/db/goatcounter/db.sqlite3?_busy_timeout=200&_journal_mode=wal&cache=shared -listen :5000 -public-port 5000 -tls none -websocket}" exec chpst -u _goatcounter goatcounter serve ${OPTS} diff --git a/srcpkgs/goatcounter/template b/srcpkgs/goatcounter/template index 9ba8c6fda1c7..ab60650a187c 100644 --- a/srcpkgs/goatcounter/template +++ b/srcpkgs/goatcounter/template @@ -1,18 +1,18 @@ # Template file for 'goatcounter' pkgname=goatcounter -version=2.2.3 +version=2.3.0 revision=1 build_style=go go_import_path=zgo.at/goatcounter/v2 go_package="${go_import_path}/cmd/goatcounter" -go_ldflags="-X zgo.at/goatcounter.Version=${version}" +go_ldflags="-X zgo.at/goatcounter/v2.Version=${version}" depends="tzdata" short_desc="Easy web analytics without tracking of personal data" maintainer="Martin Tournoij " license="EUPL-1.2" homepage="https://www.goatcounter.com/" distfiles="https://github.com/zgoat/goatcounter/archive/v${version}.tar.gz" -checksum=5b3b07afda42752d7c9600a8671bbb30e70a98c656505eda99a4e67b309a94fc +checksum=4caa1478b1b2de74feae2f3f06b8847018cc53548a2f5f04176b362f08503213 system_accounts="_goatcounter" make_dirs="/var/db/goatcounter 0750 _goatcounter _goatcounter"