diff options
author | Rosen Penev <rosenp@gmail.com> | 2019-11-27 13:50:22 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-27 13:50:22 -0800 |
commit | f0eb182472dcbf18df511828b0287f1353684525 (patch) | |
tree | fe53c4dbc87f568eaecba462c1c3d01384a487db /net | |
parent | 05626fc7216e938dab3b8b9ad6312bccd6ea17cd (diff) | |
parent | 0b30945de038c39107be4b28f73fea58e87b01df (diff) |
Merge pull request #10611 from ldir-EDB0/bumpdns
net/https-dns-proxy: Update to 2019-10-09
Diffstat (limited to 'net')
-rw-r--r-- | net/https-dns-proxy/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/https-dns-proxy/Makefile b/net/https-dns-proxy/Makefile index c29a32b4f..aa950ee70 100644 --- a/net/https-dns-proxy/Makefile +++ b/net/https-dns-proxy/Makefile @@ -1,17 +1,17 @@ include $(TOPDIR)/rules.mk PKG_NAME:=https_dns_proxy -PKG_VERSION:=2018-04-23 -PKG_RELEASE=4 +PKG_RELEASE=1 -PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz -PKG_MIRROR_HASH:=24b7e4238c37e646f33eee3a374f6b7beb5c167b9c5008cc13b51e5f1f3a44ea -PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION) -PKG_SOURCE_URL:=https://github.com/aarond10/https_dns_proxy/ PKG_SOURCE_PROTO:=git -PKG_SOURCE_VERSION:=bea68401330e611f6e9b75cec84e2dc4e81e52de +PKG_SOURCE_URL:=https://github.com/aarond10/https_dns_proxy +PKG_SOURCE_DATE:=2019-10-09 +PKG_SOURCE_VERSION:=3d20c75c4a17aa569748e63ac169b9274178d573 +PKG_MIRROR_HASH:=149839f1db4ab9691db3955de526080a5b731ff8484b06f164497f4e244140da + PKG_MAINTAINER:=Aaron Drew <aarond10@gmail.com> PKG_LICENSE:=MIT +PKG_LICENSE_FILES:=LICENSE include $(INCLUDE_DIR)/package.mk include $(INCLUDE_DIR)/cmake.mk |