diff options
| author | Hauke Mehrtens | 2025-12-08 21:14:47 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-12-09 19:37:39 +0000 |
| commit | 9c286bd1e347aefbede44967251fa1e65c338db4 (patch) | |
| tree | 982e50b6495dadd254b4aeba6b89b7362b739263 | |
| parent | e7a57a980ef3441190dc5c85c544d6c4f5ff4bba (diff) | |
| download | openwrt-9c286bd1e347aefbede44967251fa1e65c338db4.tar.gz | |
libnl-tiny: update to Git HEAD (2025-12-02)
087d4ce8c07b github: ci: add cmake build and source directories
2871f3f26abb github: ci: add powerpc arch
567be1101523 github: ci: add MIPS64, PowerPC64 and RISCV64
40493a655d8c formal: fix workflow permissions
Changes: https://github.com/openwrt/libnl-tiny/compare/532ac744dedcf83c06e2f4a8320fcc8089f23b72...40493a655d8caa2ccf5206dde1e733abe2920432
Link: https://github.com/openwrt/openwrt/pull/21098
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/libs/libnl-tiny/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/libs/libnl-tiny/Makefile b/package/libs/libnl-tiny/Makefile index 7d59f68122..5c620e4e96 100644 --- a/package/libs/libnl-tiny/Makefile +++ b/package/libs/libnl-tiny/Makefile @@ -12,9 +12,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/libnl-tiny.git -PKG_SOURCE_DATE:=2025-11-03 -PKG_SOURCE_VERSION:=532ac744dedcf83c06e2f4a8320fcc8089f23b72 -PKG_MIRROR_HASH:=f6f6432b0aa859ffe3012f5b57590823cb4540d97fd6a13ccd8d8f5572a0ca3f +PKG_SOURCE_DATE:=2025-12-02 +PKG_SOURCE_VERSION:=40493a655d8caa2ccf5206dde1e733abe2920432 +PKG_MIRROR_HASH:=b45c72c26961fa6eafc14f73693c2fe463912c4cb0488ccea232d61b425c60d5 CMAKE_INSTALL:=1 PKG_LICENSE:=LGPL-2.1 |