From e1ed4ee3d33630b32ea3fb4a9463b00dd0844f92 Mon Sep 17 00:00:00 2001 From: Lucian Cristian Date: Thu, 31 Mar 2022 23:07:58 +0300 Subject: domoticz: update to 2022.1 change to codeload fix python 3.10 plugin loading and usage Signed-off-by: Lucian Cristian --- utils/domoticz/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'utils/domoticz/Makefile') diff --git a/utils/domoticz/Makefile b/utils/domoticz/Makefile index 0241d8275..8fde8c25a 100644 --- a/utils/domoticz/Makefile +++ b/utils/domoticz/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=domoticz -PKG_VERSION:=2021.1 +PKG_VERSION:=2022.1 PKG_RELEASE:=$(AUTORELEASE) PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://github.com/domoticz/domoticz/archive/$(PKG_VERSION)/$(PKG_SOURCE) -PKG_HASH:=c4dc3455edae8bf00d2e950002f70d5b90ac577b1559ef7ada6870d970069fbb +PKG_SOURCE_URL:=https://codeload.github.com/domoticz/domoticz/tar.gz/$(PKG_VERSION)? +PKG_HASH:=8282cb71c924b6ef92503976d50f966f2c785eab8f8cffa1136ac133f0241157 PKG_MAINTAINER:=David Woodhouse PKG_LICENSE:=GPL-3.0 -- cgit v1.2.3