aboutsummaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorEneas U de Queiroz <cotequeiroz@gmail.com>2020-01-19 15:55:37 -0300
committerEneas U de Queiroz <cotequeiroz@gmail.com>2020-01-19 16:01:35 -0300
commit332875ba3ceab9f4dfa3551d687c87c3bdb07c54 (patch)
treec02861922446bb9aa998486cae179d075c75f9b6 /libs
parent0e93d6457e0cf50d1b61f94be7cdd187d6e1494f (diff)
afalg_engine: bump to v1.1.0
This version is up to 20% faster than 1.0.1, and allows compilation without crypto_user information, which is currently failing for targets still in the 4.9 kernel. Signed-off-by: Eneas U de Queiroz <cotequeiroz@gmail.com>
Diffstat (limited to 'libs')
-rw-r--r--libs/afalg_engine/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/libs/afalg_engine/Makefile b/libs/afalg_engine/Makefile
index 9da969a43..ed9f22e45 100644
--- a/libs/afalg_engine/Makefile
+++ b/libs/afalg_engine/Makefile
@@ -7,12 +7,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=afalg_engine
-PKG_VERSION:=1.0.1
-PKG_RELEASE:=2
+PKG_VERSION:=1.1.0
+PKG_RELEASE:=1
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/cotequeiroz/afalg_engine/archive/v$(PKG_VERSION)
-PKG_HASH:=ef3ee1ba3cb4e9145f9a0dea5bc6d3fe6cb7b5b9e68053d474829e84dc1c4988
+PKG_HASH:=0c0304558e9450752656522a8f9036130f4e745c4818f02f92cb8d6c99357ed6
PKG_MAINTAINER:=Eneas U de Queiroz <cotequeiroz@gmail.com>
PKG_LICENSE:=Apache-2.0