Browse Source
Merge pull request #12587 from rs/nextdns-1.7.0-master
nextdns: Update to version 1.7.0
lilik-openwrt-22.03
Rosen Penev
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
net/nextdns/Makefile
|
|
@ -8,13 +8,13 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=nextdns |
|
|
|
PKG_VERSION:=1.6.4 |
|
|
|
PKG_VERSION:=1.7.0 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git |
|
|
|
PKG_SOURCE_VERSION:=v$(PKG_VERSION) |
|
|
|
PKG_SOURCE_URL:=https://github.com/nextdns/nextdns.git |
|
|
|
PKG_MIRROR_HASH:=6248ceebe2c5df02e545e3193065e87355d8dee910b270b2019e104758e69c2f |
|
|
|
PKG_MIRROR_HASH:=91d812b406abee2a0e733b7cbc06d0d2f04a60bb3694477ac2d2a68fd8b8be5d |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Olivier Poitrey <rs@nextdns.io> |
|
|
|
PKG_LICENSE:=MIT |
|
|
|