mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/dnscontrol: fix version info
changes introduced by this commit: cd8892f9bb
This commit is contained in:
parent
ddbc703f9a
commit
e7495bb10b
@ -2,7 +2,7 @@
|
||||
# Maintainer: Nicolas Lorin <androw95220@gmail.com>
|
||||
pkgname=dnscontrol
|
||||
pkgver=4.22.0
|
||||
pkgrel=0
|
||||
pkgrel=1
|
||||
pkgdesc="Synchronize your DNS to multiple providers from a simple DSL"
|
||||
url="https://stackexchange.github.io/dnscontrol/"
|
||||
arch="all"
|
||||
@ -18,7 +18,7 @@ export GOTMPDIR="${GOTMPDIR:-"$srcdir"}"
|
||||
export GOMODCACHE="${GOMODCACHE:-"$srcdir/go"}"
|
||||
|
||||
build() {
|
||||
go build -ldflags="-X main.version=$pkgver"
|
||||
go build -ldflags="-X github.com/StackExchange/dnscontrol/v4/pkg/version.version=$pkgver"
|
||||
}
|
||||
|
||||
check() {
|
||||
|
Loading…
Reference in New Issue
Block a user