@ -1,15 +1,15 @@
i n c l u d e $( TOPDIR ) / r u l e s . m k
i n c l u d e $( TOPDIR ) / r u l e s . m k
PKG_NAME := https_dns_proxy
PKG_NAME := https_dns_proxy
PKG_VERSION := 2017-01-07
PKG_RELEASE = 2
PKG_VERSION := 2018-01-24
PKG_RELEASE = 1
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.xz
PKG_SOURCE := $( PKG_NAME) -$( PKG_VERSION) .tar.xz
PKG_MIRROR_HASH := befd075fd8175bb5322de8eeb8c7be218fd4ec255814cbf07051216f613fe2e6
PKG_MIRROR_HASH := 0eef98106c584b986117f33458e8d1e2447a8b6eb12a2e3bfc5df06d45114144
PKG_SOURCE_SUBDIR := $( PKG_NAME) -$( PKG_VERSION)
PKG_SOURCE_SUBDIR := $( PKG_NAME) -$( PKG_VERSION)
PKG_SOURCE_URL := https://github.com/aarond10/https_dns_proxy/
PKG_SOURCE_URL := https://github.com/aarond10/https_dns_proxy/
PKG_SOURCE_PROTO := git
PKG_SOURCE_PROTO := git
PKG_SOURCE_VERSION := c62ce3f6807a4067230a8bc5ea5a829f532de785
PKG_SOURCE_VERSION := f08b51d7c07c0156794e2c23d7a4d1a5344b2e07
PKG_MAINTAINER := Aaron Drew <aarond10@gmail.com>
PKG_MAINTAINER := Aaron Drew <aarond10@gmail.com>
PKG_LICENSE := MIT
PKG_LICENSE := MIT
@ -20,7 +20,7 @@ define Package/https_dns_proxy
SECTION:= net
SECTION:= net
CATEGORY:= Network
CATEGORY:= Network
TITLE:= DNS over HTTPS proxy server
TITLE:= DNS over HTTPS proxy server
DEPENDS:= +libcares +libcurl +libev
DEPENDS:= +libcares +libcurl +libev +ca-bundle
e n d e f
e n d e f
d e f i n e P a c k a g e / h t t p s _ d n s _ p r o x y / i n s t a l l
d e f i n e P a c k a g e / h t t p s _ d n s _ p r o x y / i n s t a l l