From ade1fa6ebc0d3cb409849e03ab17825ca7fdb345 Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Tue, 19 Oct 2021 10:36:19 -0300 Subject: [PATCH] pimbd: include PKG_MIRROR_HASH This avoids unnecessary downloads and rebuilds. Signed-off-by: Eneas U de Queiroz --- pimbd/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pimbd/Makefile b/pimbd/Makefile index a091119..a7dbed2 100644 --- a/pimbd/Makefile +++ b/pimbd/Makefile @@ -3,10 +3,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pimbd PKG_SOURCE_VERSION:=dbf4e5913b06e3160f506df15e6a047a403a5f21 PKG_VERSION:=2018-06-19-$(PKG_SOURCE_VERSION) -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/Oryon/pimbd.git +PKG_MIRROR_HASH:=a08e474d7c210b084a28afe8f85e1b356a067b2f9ec643d26402680782933ae7 PKG_MAINTAINER:=Pierre Pfister PKG_LICENSE:=Apache-2.0