Community maintained packages for ImmortalWrt.
Revision | 318e48c6f953fd078dd7a054eea0391d5b4ee245 (tree) |
---|---|
Time | 2022-12-03 02:43:36 |
Author | Rudy Andram <rmandrad@gmai...> |
Commiter | Hannu Nyman |
stubby: bump to latest 0.4.2
Maintainer: @neheb (find it by checking history of the package Makefile)
Compile tested: aarch64/ipq8074
Run tested: aarch64/ipq8074
Description: stubby: bump to latest 0.4.2
Signed-off-by: Rudy Andram <rmandrad@gmail.com>
@@ -5,13 +5,13 @@ | ||
5 | 5 | include $(TOPDIR)/rules.mk |
6 | 6 | |
7 | 7 | PKG_NAME:=stubby |
8 | -PKG_VERSION:=0.4.0 | |
9 | -PKG_RELEASE:=6 | |
8 | +PKG_VERSION:=0.4.2 | |
9 | +PKG_RELEASE:=1 | |
10 | 10 | |
11 | 11 | PKG_SOURCE_PROTO:=git |
12 | 12 | PKG_SOURCE_URL:=https://github.com/getdnsapi/$(PKG_NAME) |
13 | 13 | PKG_SOURCE_VERSION:=v$(PKG_VERSION) |
14 | -PKG_MIRROR_HASH:=bc5f604da1b70287a6c3d89eac2e13ce8bca52840e7b72ab098a3deeb9935082 | |
14 | +PKG_MIRROR_HASH:=0a40e3eec2ef86a83977b69f03bc63f232fe52ca15703273a0d097e64fa3bf05 | |
15 | 15 | |
16 | 16 | PKG_MAINTAINER:= |
17 | 17 | PKG_LICENSE:=BSD-3-Clause |