mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
wireguard-go: update to 0.0.20181018.
This commit is contained in:
parent
056da4ea25
commit
f6f43c091a
1 changed files with 3 additions and 5 deletions
|
@ -1,20 +1,18 @@
|
|||
# Template file for 'wireguard-go'
|
||||
pkgname=wireguard-go
|
||||
version=0.0.20181001
|
||||
version=0.0.20181018
|
||||
revision=1
|
||||
build_style=go
|
||||
go_import_path="git.zx2c4.com/wireguard-go"
|
||||
hostmakedepends="git dep"
|
||||
hostmakedepends="git"
|
||||
depends="wireguard-tools"
|
||||
short_desc="Implementation of WireGuard in Go"
|
||||
maintainer="lemmi <lemmi@nerd2nerd.org>"
|
||||
license="GPL-2"
|
||||
homepage="https://git.zx2c4.com/wireguard-go/about/"
|
||||
distfiles="https://git.zx2c4.com/wireguard-go/snapshot/wireguard-go-${version}.tar.xz"
|
||||
checksum=46242e6ddc5f8e2cffbb5cf9634399e1d0f7b9d9634d09c35b65ac8f4bbe222a
|
||||
checksum=6bedec38d12596d55cfba4b3f7dfa99d5c2555c2f0bf3b3c9a26feb7c6b073ff
|
||||
|
||||
pre_build() {
|
||||
rm donotuseon_linux.go
|
||||
cd ${GOSRCPATH}
|
||||
dep ensure -vendor-only -v
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue