Browse Source
Merge pull request #15457 from rs/nextdns-1.31.3-master
nextdns: Update to version 1.31.3
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.11.0 |
|
|
|
PKG_VERSION:=1.31.3 |
|
|
|
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:=3653c320504d20032dd844bd20a7629a3e6eba589bac552218ddfe826f3ce481 |
|
|
|
PKG_MIRROR_HASH:=ecce225ef5d303965f654990840e5f8c7b7a94eb434597f23abb6a5229dd9cd4 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=Olivier Poitrey <rs@nextdns.io> |
|
|
|
PKG_LICENSE:=MIT |
|
|
|