Skip to content

Commit

Permalink
main/libnl: update to 3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Dec 18, 2023
1 parent a5418d9 commit da4ffe3
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions main/libnl/template.py
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
pkgname = "libnl"
pkgver = "3.8.0"
pkgver = "3.9.0"
pkgrel = 0
build_style = "gnu_configure"
configure_args = ["--disable-static"]
make_cmd = "gmake"
hostmakedepends = ["gmake", "pkgconf", "flex", "bison"]
hostmakedepends = ["automake", "gmake", "libtool", "pkgconf", "flex", "bison"]
makedepends = ["linux-headers"]
pkgdesc = "Netlink Protocol Library Suite"
maintainer = "q66 <q66@chimera-linux.org>"
license = "LGPL-2.1-only"
url = "https://github.com/thom311/libnl"
source = f"{url}/releases/download/libnl{pkgver.replace('.', '_')}/libnl-{pkgver}.tar.gz"
sha256 = "bb726c6d7a08b121978d73ff98425bf313fa26a27a331d465e4f1d7ec5b838c6"
sha256 = "aed507004d728a5cf11eab48ca4bf9e6e1874444e33939b9d3dfed25018ee9bb"


@subpackage("libnl-devel")
Expand All @@ -27,6 +27,3 @@ def _progs(self):
"usr/lib/libnl",
],
)


configure_gen = []

0 comments on commit da4ffe3

Please sign in to comment.