dnscrypt-proxy: revbump for go 1.21

This commit is contained in:
Kirill 2023-08-14 19:33:49 +04:00 committed by Michael Aldridge
parent 1cb1a383cf
commit d5c4ef809a

View file

@ -1,7 +1,7 @@
# Template file for 'dnscrypt-proxy'
pkgname=dnscrypt-proxy
version=2.1.4
revision=3
revision=4
build_style=go
go_import_path=github.com/dnscrypt/dnscrypt-proxy
go_package="${go_import_path}/dnscrypt-proxy"
@ -16,6 +16,10 @@ conf_files="/etc/dnscrypt-proxy.toml"
system_accounts="dnscrypt_proxy"
make_dirs="/var/log/dnscrypt-proxy 0750 dnscrypt_proxy dnscrypt_proxy"
pre_build() {
export GOTOOLCHAIN="go1.20.7"
}
post_install() {
vconf dnscrypt-proxy/example-dnscrypt-proxy.toml dnscrypt-proxy.toml
vlicense LICENSE