diff options
author | Darryl Sokoloski <darryl@sokoloski.ca> | 2021-11-17 15:34:35 -0500 |
---|---|---|
committer | Darryl Sokoloski <darryl@sokoloski.ca> | 2021-11-17 15:34:35 -0500 |
commit | 58143f41345c94fb24c3f493a1e791a1d6083c0c (patch) | |
tree | 753d55d981a9272305a836c81e5f5d3b0d81627c /net/netifyd/Makefile | |
parent | 35910b26739ef395d587407f46506c7a29530864 (diff) |
netifyd: update to 3.09
Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
Diffstat (limited to 'net/netifyd/Makefile')
-rw-r--r-- | net/netifyd/Makefile | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/net/netifyd/Makefile b/net/netifyd/Makefile index 18a447a60..a14a6941e 100644 --- a/net/netifyd/Makefile +++ b/net/netifyd/Makefile @@ -1,12 +1,12 @@ # -# Copyright (C) 2016-2020 eGloo, Incorporated +# Copyright (C) 2016-2021 eGloo, Incorporated # # This is free software, licensed under the GNU General Public License v2. include $(TOPDIR)/rules.mk PKG_NAME:=netifyd -PKG_RELEASE:=2 +PKG_RELEASE:=1 PKG_MAINTAINER:=Darryl Sokoloski <darryl@egloo.ca> PKG_LICENSE:=GPL-3.0-or-later @@ -16,10 +16,10 @@ PKG_INSTALL:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.com/netify.ai/public/netify-agent.git -PKG_SOURCE_DATE:=2021-05-19 -PKG_SOURCE_VERSION:=v3.07 -#PKG_SOURCE_VERSION:=a22c66b9d916347b34f6d26de2a95c94f446401b -PKG_MIRROR_HASH:=de6c4ce7bb00ec72478a7eeaa44b1a30d2ef64202f8524a000bce6015441a5ca +PKG_SOURCE_DATE:=2021-11-17 +PKG_SOURCE_VERSION:=v3.09 +#PKG_SOURCE_VERSION:=358ec2b0ac321e0608e78c75f6b7434ed1aec326 +PKG_MIRROR_HASH:=660079a75a17a07c638b25dab0ecc972c02fec2124930068bfcf15d28abf4121 include $(INCLUDE_DIR)/package.mk @@ -74,7 +74,7 @@ endif define Build/Configure (cd $(PKG_BUILD_DIR); ./autogen.sh) - $(call Build/Configure/Default,$(CONFIGURE_ARGS)) + $(call Build/Configure/Default) endef define Build/InstallDev |