From e9d5f990a3994d9064a4b5e339b24abe735b1eca Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Tue, 19 Oct 2021 10:36:19 -0300 Subject: [PATCH] minimalist-pcproxy: include PKG_MIRROR_HASH This avoids unnecessary downloads and rebuilds. Signed-off-by: Eneas U de Queiroz --- minimalist-pcproxy/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.30.2