mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
network/WireGuard: Updated for version 0.0.20171221.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
3bdba7b805
commit
dc85f0e95c
2 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=WireGuard
|
||||
VERSION=${VERSION:-0.0.20171211}
|
||||
VERSION=${VERSION:-0.0.20171221}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -79,8 +79,8 @@ sed -i -e '/depmod -a/d' src/Makefile
|
|||
SYSTEMD="${SYSTEMD:-no}"
|
||||
|
||||
cd src
|
||||
CFLAGS="$SLKCFLAGS" make
|
||||
make install \
|
||||
env -u ARCH CFLAGS="$SLKCFLAGS" make
|
||||
env -u ARCH make install \
|
||||
MANDIR=/usr/man \
|
||||
DESTDIR=$PKG \
|
||||
INSTALL_MOD_PATH=$PKG \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="WireGuard"
|
||||
VERSION="0.0.20171211"
|
||||
VERSION="0.0.20171221"
|
||||
HOMEPAGE="https://www.wireguard.com/"
|
||||
DOWNLOAD="https://git.zx2c4.com/WireGuard/snapshot/WireGuard-0.0.20171211.tar.xz"
|
||||
MD5SUM="2dc4df75f0ad25fc2403456cb719f02e"
|
||||
DOWNLOAD="https://git.zx2c4.com/WireGuard/snapshot/WireGuard-0.0.20171221.tar.xz"
|
||||
MD5SUM="39bb99fe11356423fb1ab45ae2d938bb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue