diff options
| author | Konstantin Demin | 2025-07-14 08:08:09 +0000 |
|---|---|---|
| committer | Hauke Mehrtens | 2025-07-19 16:54:05 +0000 |
| commit | 467b7c0dc6bb4bef05269d12f1380ab9292c245a (patch) | |
| tree | 199b9fd9d7b66743d11b499a844a0599f16114b4 | |
| parent | d03f65a8f25710c3fb55847961a0e12ef6f76bb1 (diff) | |
| download | openwrt-467b7c0dc6bb4bef05269d12f1380ab9292c245a.tar.gz | |
uhttpd: bump PKG_RELEASE
improves ec62e87c0c01 "uhttpd: 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/network/services/uhttpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/network/services/uhttpd/Makefile b/package/network/services/uhttpd/Makefile index 6d02d6dc1a..d07a8f2c98 100644 --- a/package/network/services/uhttpd/Makefile +++ b/package/network/services/uhttpd/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=uhttpd -PKG_RELEASE:=4 +PKG_RELEASE:=5 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/uhttpd.git |