mirror of https://github.com/openwrt/packages.git
dnsproxy: update to 0.84.2
Update dnsproxy to upstream version 0.84.2. Release notes: - Updated Go to 1.26.8 - Fixed DoQ 0-RTT opcode handling Signed-off-by: Tawhidul Islam <fahadsart.bd2@gmail.com>pull/30532/head
parent
fecb5f2cba
commit
462e6ceda8
|
|
@ -5,12 +5,12 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=dnsproxy
|
||||
PKG_VERSION:=0.84.1
|
||||
PKG_VERSION:=0.84.2
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/AdguardTeam/dnsproxy/tar.gz/v$(PKG_VERSION)?
|
||||
PKG_HASH:=fb99ae07d991bb58277ca857389933cbdc6cbf86f1a1c3eab8ccd4df4e333eec
|
||||
PKG_HASH:=a7a6fe89dd1ec34e94fecf78a980696ae1b5f95424e2b9cf62602bf8fee89a2d
|
||||
|
||||
PKG_MAINTAINER:=Tianling Shen <cnsztl@immortalwrt.org>
|
||||
PKG_LICENSE:=Apache-2.0
|
||||
|
|
|
|||
Loading…
Reference in New Issue