Browse Source
Merge pull request #13984 from rs/nextdns-1.9.4-master
nextdns: Update to version 1.9.4
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.9.3 |
|
|
|
PKG_VERSION:=1.9.4 |
|
|
|
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:=680c1419666a7648bce42e37dc2107607a0de56406748d73da573c5333c1a82a |
|
|
|
PKG_MIRROR_HASH:=9487c5a6b5acf21c92f1b9720de6d05a760fc7acb0861e14b5a71acd99ebc347 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Olivier Poitrey <rs@nextdns.io> |
|
|
|
PKG_LICENSE:=MIT |
|
|
|