diff options
-rw-r--r-- | repo/system/libnl.xibuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/repo/system/libnl.xibuild b/repo/system/libnl.xibuild index 1a9ed2b..df79134 100644 --- a/repo/system/libnl.xibuild +++ b/repo/system/libnl.xibuild @@ -3,8 +3,10 @@ MAKEDEPS=() DEPS=(glibc) -PKG_VER=3.7 -SOURCE=https://github.com/thom311/libnl/releases/download/libnl3_5_0/libnl-3.5.0.tar.gz +PKG_VER=3.5.0 +SOURCE=https://github.com/thom311/libnl/releases/download/libnl$(echo $PKG_VER | sed 's/\./_/g')/libnl-$PKG_VER.tar.gz +ADDITIONAL=(https://github.com/thom311/libnl/releases/download/libnl$(echo $PKG_VER | sed 's/\./_/g')/libnl-doc-$PKG_VER.tar.gz) + DESC="Library for applications dealing with netlink sockets" build () { |