diff options
author | Alexander Couzens <lynxis@fe80.eu> | 2017-12-03 13:06:56 +0100 |
---|---|---|
committer | Alexander Couzens <lynxis@fe80.eu> | 2017-12-03 14:26:45 +0100 |
commit | d36447fde489f41074868074b49ef6eedafb43c6 (patch) | |
tree | 5b5dc034b918db2fc1d25bc6b1730052e8541c05 /lang/lua-rs232/Makefile | |
parent | 411b85b664e39d7646c52d75a915b75520661b93 (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/Makefile | 2 |
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 |