File 0007-Makefile-update-jsx-dependency.patch of Package olifer
From f73494565ce10313c627243f0b9697646ea8a1f5 Mon Sep 17 00:00:00 2001
From: Led <ledest@gmail.com>
Date: Mon, 20 Nov 2017 00:57:43 +0200
Subject: [PATCH 7/8] Makefile: update jsx dependency
---
Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile
index c775280..6af06b3 100644
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@ PROJECT = olifer
DEPS = jsx
TEST_DEPS = LIVR
-dep_jsx = git https://github.com/talentdeficit/jsx.git v2.6.2
+dep_jsx = git https://github.com/talentdeficit/jsx.git master
dep_LIVR = git https://github.com/koorchik/LIVR master
TEST_DIR = test
--
2.15.0