Browse Source
Merge pull request #12325 from rs/nextdns-1.6.0-master
nextdns: Update to version 1.6.0
lilik-openwrt-22.03
Hannu Nyman
5 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.5.8 |
|
|
|
PKG_VERSION:=1.6.0 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
|
|
|
|
PKG_SOURCE_PROTO:=git |
|
|
|
PKG_SOURCE_VERSION:=v$(PKG_VERSION) |
|
|
|
PKG_SOURCE_URL:=https://github.com/nextdns/nextdns.git |
|
|
|
PKG_MIRROR_HASH:=c1783b577e790665d05b24dbcdd32c371965640fae5afac89098f47ab599a628 |
|
|
|
PKG_MIRROR_HASH:=b4f12a3a274ca5b5cf30144e0e60e27b8666d64e0bbe02be93eadf07b6a6d334 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Olivier Poitrey <rs@nextdns.io> |
|
|
|
PKG_LICENSE:=MIT |
|
|
|