Christian Hesse pushed to branch main at Arch Linux / Packaging / Packages /
libnl
Commits:
58704cb8 by Christian Hesse at 2023-12-04T21:45:28+01:00
upgpkg: 3.9.0-1: new upstream release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = libnl
pkgdesc = Library for applications dealing with netlink sockets
- pkgver = 3.8.0
+ pkgver = 3.9.0
pkgrel = 1
url = https://github.com/thom311/libnl/
arch = x86_64
@@ -16,10 +16,10 @@ pkgbase = libnl
provides = libnl-xfrm-3.so
backup = etc/libnl/classid
backup = etc/libnl/pktloc
- source =
https://github.com/thom311/libnl/releases/download/libnl3_8_0/libnl-3.8.0.tar.gz
- source =
https://github.com/thom311/libnl/releases/download/libnl3_8_0/libnl-3.8.0.tar.gz.sig
+ source =
https://github.com/thom311/libnl/releases/download/libnl3_9_0/libnl-3.9.0.tar.gz
+ source =
https://github.com/thom311/libnl/releases/download/libnl3_9_0/libnl-3.9.0.tar.gz.sig
validpgpkeys = 49EA7C670E0850E7419514F629C2366E4DFC5728
- sha256sums =
bb726c6d7a08b121978d73ff98425bf313fa26a27a331d465e4f1d7ec5b838c6
+ sha256sums =
aed507004d728a5cf11eab48ca4bf9e6e1874444e33939b9d3dfed25018ee9bb
sha256sums = SKIP
pkgname = libnl
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Thomas Bächler <[email protected]>
pkgname=libnl
-pkgver=3.8.0
+pkgver=3.9.0
pkgrel=1
pkgdesc='Library for applications dealing with netlink sockets'
arch=('x86_64')
@@ -15,7 +15,7 @@ backup=('etc/libnl/classid'
'etc/libnl/pktloc')
validpgpkeys=('49EA7C670E0850E7419514F629C2366E4DFC5728') # Thomas Haller
source=("https://github.com/thom311/libnl/releases/download/libnl${pkgver//./_}/${pkgname}-${pkgver}.tar.gz"{,.sig})
-sha256sums=('bb726c6d7a08b121978d73ff98425bf313fa26a27a331d465e4f1d7ec5b838c6'
+sha256sums=('aed507004d728a5cf11eab48ca4bf9e6e1874444e33939b9d3dfed25018ee9bb'
'SKIP')
build() {
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnl/-/commit/58704cb82dc2833aa7f7881f894ae96235ca8322
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libnl/-/commit/58704cb82dc2833aa7f7881f894ae96235ca8322
You're receiving this email because of your account on gitlab.archlinux.org.