dnscrypt-proxy: revbump for go 1.21
This commit is contained in:
parent
1cb1a383cf
commit
d5c4ef809a
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue