Browse Source

Merge pull request #1760 from salzmdan/master

knot: update to 1.6.5
lilik-openwrt-22.03
Steven Barth 9 years ago
parent
commit
99ba6415d9
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      net/knot/Makefile

+ 2
- 2
net/knot/Makefile View File

@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=knot
PKG_VERSION:=1.6.4
PKG_VERSION:=1.6.5
PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
PKG_SOURCE_SUBDIR:=$(PKG_NAME)-$(PKG_VERSION)
PKG_SOURCE_URL:=https://secure.nic.cz/files/knot-dns/
PKG_MD5SUM:=a8ac2be2dc7d22c6df1aa5387ae4096b
PKG_MD5SUM:=934b6feaeefd0df7b3be6709e39b19ce
PKG_MAINTAINER:=Daniel Salzman <daniel.salzman@nic.cz>
PKG_LICENSE:=GPL-2.0+


Loading…
Cancel
Save