diff options
author | Lucian Cristian <lucian.cristian@gmail.com> | 2022-03-31 23:07:58 +0300 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2022-04-07 15:34:27 -0700 |
commit | e1ed4ee3d33630b32ea3fb4a9463b00dd0844f92 (patch) | |
tree | c7adcb3a034db6ff0a8b1b12bf1092eceb8c1048 /utils/domoticz/Makefile | |
parent | 3e4ec2a9a82077c533fa5d1c26cf3e4764de50cd (diff) |
domoticz: update to 2022.1
change to codeload
fix python 3.10 plugin loading and usage
Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
Diffstat (limited to 'utils/domoticz/Makefile')
-rw-r--r-- | utils/domoticz/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
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 <dwmw2@infradead.org> PKG_LICENSE:=GPL-3.0 |