aboutsummaryrefslogtreecommitdiff
path: root/net/netifyd/Makefile
diff options
context:
space:
mode:
authorDarryl Sokoloski <darryl@sokoloski.ca>2019-10-21 10:48:38 -0400
committerDarryl Sokoloski <darryl@sokoloski.ca>2019-10-21 10:48:38 -0400
commit134a19dccf89cede4b5af4bbce82c685431ed101 (patch)
tree596819988c3dda212ebf77f27ff4042992ac40ca /net/netifyd/Makefile
parent1bacdd52f727c1417b45e4d9d58e3436a9ca06fa (diff)
netifyd: Updated to v2.93
Maintainer: Darryl Sokoloski / @dsokoloski Compile tested: arm_cortex-a15_neon-vfpv4, TP-Link Archer C2600, master Run tested: TP-Link Archer C2600 Change log for v2.93: [IMP] FreeBSD: Added deploy target (package). [IMP] Debian: Added OS detection. [IMP] Ubuntu: Added OS detection. [IMP] CentOS: Added OS detection. [IMP] RedHat: Added OS detection. [IMP] OpenWrt: Updated build documentation. [FIX] Updated function names for enable/disable sink server. Signed-off-by: Darryl Sokoloski <darryl@sokoloski.ca>
Diffstat (limited to 'net/netifyd/Makefile')
-rw-r--r--net/netifyd/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/net/netifyd/Makefile b/net/netifyd/Makefile
index 656067e42..2617c19d2 100644
--- a/net/netifyd/Makefile
+++ b/net/netifyd/Makefile
@@ -6,7 +6,7 @@
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:=2019-08-31
-PKG_SOURCE_VERSION:=v2.92
-#PKG_SOURCE_VERSION:=cbc5572cde53992b06e5560b6305cbc7d0a8b1c3
-PKG_MIRROR_HASH:=99db0e98c3f1529609dfc10fa366217991c79593d185b85e4607528efa723969
+PKG_SOURCE_DATE:=2019-10-21
+PKG_SOURCE_VERSION:=v2.93
+#PKG_SOURCE_VERSION:=4585e2b82c6a34633bc54ac526a635e8a95b28f3
+PKG_MIRROR_HASH:=efbfae112bb4d8d8d22e04ce523484a47b154a4cf57b3992aa28073ba64bd59b
include $(INCLUDE_DIR)/package.mk