Unverified Commit 1178267e by Peter Weidenbach Committed by GitHub

Merge pull request #4 from fkie-cad/add-dlink-had

added mime type and bumped version
parents f95a22d9 0ec207ff
......@@ -700,6 +700,10 @@
0 regex \^:[A-F0-9]{8,}$ Intel HEX
!:mime firmware/intel-hex
# D-Link HAD
0x60 string \x46\x4C\x41\x53\x48\x5F\x30\x32 D-Link HAD
!:mime firmware/dlink-had
# Motorola S-Record
0 regex \^S[0-57-9][0-9A-F]{8,}$ Motorola S-Record; binary data in text format
!:mime firmware/srecord
......
......@@ -43,7 +43,7 @@ with OperateInDirectory(str(MIME_DIR)):
setup(
name=MODULE_NAME,
version='0.2.3',
version='0.2.4',
description='Helper functions for file type generation',
author='Johannes vom Dorp',
url='https://github.com/fkie-cad/fact_helper_file',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment