aboutsummaryrefslogtreecommitdiff
path: root/lang/lua-rs232/Makefile
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2017-12-03 13:06:56 +0100
committerAlexander Couzens <lynxis@fe80.eu>2017-12-03 14:26:45 +0100
commitd36447fde489f41074868074b49ef6eedafb43c6 (patch)
tree5b5dc034b918db2fc1d25bc6b1730052e8541c05 /lang/lua-rs232/Makefile
parent411b85b664e39d7646c52d75a915b75520661b93 (diff)
lua-rs232: remove build timestamp
Build timestamp prevents reproducible builds [0]. [0] https://reproducible-builds.org/docs/timestamps/ Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
Diffstat (limited to 'lang/lua-rs232/Makefile')
-rw-r--r--lang/lua-rs232/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/lua-rs232/Makefile b/lang/lua-rs232/Makefile
index cf4ad7e7e..492d8cc83 100644
--- a/lang/lua-rs232/Makefile
+++ b/lang/lua-rs232/Makefile
@@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=lua-rs232
PKG_VERSION:=1.0.3
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_MAINTAINER:=Dirk Chang <dirk@kooiot.com>
PKG_LICENSE:=MIT