diff options
| author | Konstantin Demin | 2025-07-14 08:03:04 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-19 16:54:05 +0000 |
| commit | a308d3b2fd6164852bf84206538cdf80d37ed221 (patch) | |
| tree | 6bf9773d5cdab7f708b8a5e36b68f348400f9b73 | |
| parent | 467b7c0dc6bb4bef05269d12f1380ab9292c245a (diff) | |
| download | openwrt-a308d3b2fd6164852bf84206538cdf80d37ed221.tar.gz | |
libpcap: bump PKG_RELEASE
improves 34c2e7701a9a "libpcap: adjust with glibc and libcrypt-compat"
Signed-off-by: Konstantin Demin <rockdrilla@gmail.com>
Link: https://github.com/openwrt/openwrt/pull/19404
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
| -rw-r--r-- | package/libs/libpcap/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libs/libpcap/Makefile b/package/libs/libpcap/Makefile index 434a43247a..9955e24848 100644 --- a/package/libs/libpcap/Makefile +++ b/package/libs/libpcap/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libpcap PKG_VERSION:=1.10.5 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://www.tcpdump.org/release/ |