diff options
| author | Jo-Philipp Wich | 2024-05-21 06:59:13 +0000 |
|---|---|---|
| committer | Jo-Philipp Wich | 2024-05-21 06:59:13 +0000 |
| commit | 61330ddef839bf2d03ff651dfa48c88e73b37e3e (patch) | |
| tree | e29d596ce0360eb7e65168561888b747de63ba8f | |
| parent | d44d35f106f10c46d6d5cd1bb2faf8d74a4a5529 (diff) | |
| download | openwrt-61330ddef839bf2d03ff651dfa48c88e73b37e3e.tar.gz | |
firewall4: update to Git HEAD (2024-05-21)
4c01d1ebf99e fw4: substitute double quotes in strings
Fixes: https://github.com/openwrt/luci/issues/7091
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
| -rw-r--r-- | package/network/config/firewall4/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/config/firewall4/Makefile b/package/network/config/firewall4/Makefile index 365a363303..6aacc05e36 100644 --- a/package/network/config/firewall4/Makefile +++ b/package/network/config/firewall4/Makefile @@ -9,9 +9,9 @@ PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL=$(PROJECT_GIT)/project/firewall4.git -PKG_SOURCE_DATE:=2023-11-03 -PKG_SOURCE_VERSION:=698a53354fd280aae097efe08803c0c9a10c14c2 -PKG_MIRROR_HASH:=736b3d03cf0db1170242de20776b0095cc37d260108e4313f84eafb46b1be711 +PKG_SOURCE_DATE:=2024-05-21 +PKG_SOURCE_VERSION:=4c01d1ebf99e8ecfa69758a9b4f450ecef7b93cd +PKG_MIRROR_HASH:=bbc5622bc03e3b43116fcc86e3fa2d2372bfc07b3a00d2b3a6efac4f7454a403 PKG_MAINTAINER:=Jo-Philipp Wich <jo@mein.io> PKG_LICENSE:=ISC |