Merge pull request #6635 from neheb/patch-9
linknx: Update to 0.0.1.36 and switch to codeload
This commit is contained in:
commit
28d24bc08f
1 changed files with 5 additions and 9 deletions
|
@ -8,20 +8,16 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=linknx
|
||||
PKG_VERSION:=0.0.1.34
|
||||
PKG_VERSION:=0.0.1.36
|
||||
PKG_RELEASE:=1
|
||||
|
||||
PKG_MAINTAINER:=Othmar Truniger <github@truniger.ch>
|
||||
PKG_LICENSE:=GPL-2.0+
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/linknx/linknx.git
|
||||
PKG_SOURCE_VERSION:=831ed395e232ead88e92cdf19f12e227e80e22cf
|
||||
PKG_SOURCE_SUBDIR:=$(PKG_NAME)
|
||||
PKG_SOURCE:=$(PKG_NAME)-${PKG_VERSION}.tar.xz
|
||||
PKG_MIRROR_HASH:=1c53d181b5577d759b4d0faa5a267dd0a040d9fee1bfc6ad9545374b9002900f
|
||||
PKG_SOURCE:=$(PKG_NAME)-${PKG_VERSION}.tar.gz
|
||||
PKG_SOURCE_URL:=https://codeload.github.com/linknx/linknx/tar.gz/$(PKG_VERSION)?
|
||||
PKG_HASH:=e271ae32e2b68dff67864812c67e891d361f02960777bfb13f199dee0884f38f
|
||||
|
||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)
|
||||
PKG_BUILD_DEPENDS:=argp-standalone
|
||||
PKG_FORTIFY_SOURCE:=1
|
||||
|
||||
|
@ -33,7 +29,7 @@ define Package/linknx
|
|||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=KNX home automation platform
|
||||
URL:=http://sourceforge.net/projects/linknx/
|
||||
URL:=https://github.com/linknx/linknx
|
||||
DEPENDS:=+pthsem +lua +luac +libstdcpp +libcurl +libesmtp
|
||||
endef
|
||||
|
||||
|
|
Loading…
Reference in a new issue