From: Eneas U de Queiroz Date: Tue, 19 Oct 2021 13:36:19 +0000 (-0300) Subject: minimalist-pcproxy: include PKG_MIRROR_HASH X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e9d5f990a3994d9064a4b5e339b24abe735b1eca;p=feed%2Frouting.git minimalist-pcproxy: include PKG_MIRROR_HASH This avoids unnecessary downloads and rebuilds. Signed-off-by: Eneas U de Queiroz --- diff --git a/minimalist-pcproxy/Makefile b/minimalist-pcproxy/Makefile index 8b8cf24..b00fd1d 100644 --- a/minimalist-pcproxy/Makefile +++ b/minimalist-pcproxy/Makefile @@ -9,10 +9,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=minimalist-pcproxy PKG_SOURCE_VERSION:=2d6d1b0b0a3b79a9b4a9b0a7606a84600a967bcb PKG_VERSION:=2015-01-12-$(PKG_SOURCE_VERSION) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/fingon/minimalist-pcproxy.git +PKG_MIRROR_HASH:=d3e872ee6207829ef142d22d591d203e4836f6aa150167411b542e8df4af4d53 PKG_MAINTAINER:=Markus Stenberg PKG_LICENSE:=GPL-2.0