diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-13 17:15:51 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-02-13 17:53:53 +0100 |
commit | 2d1a2198b429c41ea7644b83a823d7e5575f803a (patch) | |
tree | 135fc4cb2893e2dc28a084ae40c729227779bc8d /package/heyu/Makefile | |
parent | a42c9013f5bc57c2d4680ddf69edb1888d0ba92b (diff) |
heyu: update to 2.10.3
Diffstat (limited to 'package/heyu/Makefile')
-rw-r--r-- | package/heyu/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/heyu/Makefile b/package/heyu/Makefile index e42604d2f..a3b10f9ce 100644 --- a/package/heyu/Makefile +++ b/package/heyu/Makefile @@ -4,18 +4,18 @@ include ${ADK_TOPDIR}/rules.mk PKG_NAME:= heyu -PKG_VERSION:= 2.6.0 +PKG_VERSION:= 2.10.3 PKG_RELEASE:= 1 -PKG_HASH:= 1284e793520d2e152d9d7032f6727e72fbaaf7c4f4eaf9abea2b85eed090b0d2 +PKG_HASH:= 0c3435ea9cd57cd78c29047b9c961f4bfbec39f42055c9949acd10dd9853b628 PKG_DESCR:= x10 home automation control utility PKG_SECTION:= sys/serial PKG_DEPENDS:= setserial -PKG_URL:= http://heyu.tanj.com/ -PKG_SITES:= http://heyu.tanj.com/download/ +PKG_URL:= https://heyu.org/ +PKG_SITES:= https://github.com/HeyuX10Automation/heyu/archive/refs/tags/ PKG_LIBC_DEPENDS:= uclibc-ng glibc -DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz +DISTFILES:= v${PKG_VERSION}.tar.gz include ${ADK_TOPDIR}/mk/package.mk |