From: Eneas U de Queiroz Date: Tue, 19 Oct 2021 13:36:19 +0000 (-0300) Subject: pimbd: include PKG_MIRROR_HASH X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=ade1fa6ebc0d3cb409849e03ab17825ca7fdb345;p=feed%2Frouting.git pimbd: include PKG_MIRROR_HASH This avoids unnecessary downloads and rebuilds. Signed-off-by: Eneas U de Queiroz --- 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