mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
goatcounter: update to 2.3.0.
This commit is contained in:
parent
39edede102
commit
4dd630cabf
2 changed files with 4 additions and 4 deletions
|
@ -2,6 +2,6 @@
|
||||||
|
|
||||||
[ -r ./conf ] && . ./conf
|
[ -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}
|
exec chpst -u _goatcounter goatcounter serve ${OPTS}
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'goatcounter'
|
# Template file for 'goatcounter'
|
||||||
pkgname=goatcounter
|
pkgname=goatcounter
|
||||||
version=2.2.3
|
version=2.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=zgo.at/goatcounter/v2
|
go_import_path=zgo.at/goatcounter/v2
|
||||||
go_package="${go_import_path}/cmd/goatcounter"
|
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"
|
depends="tzdata"
|
||||||
short_desc="Easy web analytics without tracking of personal data"
|
short_desc="Easy web analytics without tracking of personal data"
|
||||||
maintainer="Martin Tournoij <martin@arp242.net>"
|
maintainer="Martin Tournoij <martin@arp242.net>"
|
||||||
license="EUPL-1.2"
|
license="EUPL-1.2"
|
||||||
homepage="https://www.goatcounter.com/"
|
homepage="https://www.goatcounter.com/"
|
||||||
distfiles="https://github.com/zgoat/goatcounter/archive/v${version}.tar.gz"
|
distfiles="https://github.com/zgoat/goatcounter/archive/v${version}.tar.gz"
|
||||||
checksum=5b3b07afda42752d7c9600a8671bbb30e70a98c656505eda99a4e67b309a94fc
|
checksum=4caa1478b1b2de74feae2f3f06b8847018cc53548a2f5f04176b362f08503213
|
||||||
system_accounts="_goatcounter"
|
system_accounts="_goatcounter"
|
||||||
make_dirs="/var/db/goatcounter 0750 _goatcounter _goatcounter"
|
make_dirs="/var/db/goatcounter 0750 _goatcounter _goatcounter"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue