Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/routing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/pimbd
diff options
context:
space:
mode:
authorEneas U de Queiroz <cotequeiroz@gmail.com>2021-10-19 16:36:19 +0300
committerNick Hainke <vincent@systemli.org>2021-11-19 09:04:33 +0300
commitade1fa6ebc0d3cb409849e03ab17825ca7fdb345 (patch)
treeaf49f750229e666c3e2e06177af202a781e340eb /pimbd
parente9d5f990a3994d9064a4b5e339b24abe735b1eca (diff)
pimbd: include PKG_MIRROR_HASH
This avoids unnecessary downloads and rebuilds. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'pimbd')
-rw-r--r--pimbd/Makefile3
1 files changed, 2 insertions, 1 deletions
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 <pierre.pfister@darou.fr>
PKG_LICENSE:=Apache-2.0