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