Commit 37ae7f53 by christopher krah

added Tektronix mime types, bump version number

parent f7dff57d
......@@ -703,3 +703,16 @@
# Motorola S-Record
0 regex \^S[0-57-9][0-9A-F]{8,}$ Motorola S-Record; binary data in text format
!:mime firmware/srecord
# Tektronik HEX file format
0 regex \^/[0-9A-F]{8,}$ Tektronix HEX; binary data in text format
!:mime firmware/tek
# Tektronik Extended HEX file format
0 regex \^%[0-9A-F]{8,}$ Tektronix extended HEX; binary data in text format
!:mime firmware/xtek
# ZEBRA Technologies
#0 string ZBR1BGJB Zebra
#10 string ZBR1UPGR
#!:mime firmware/zebra
\ No newline at end of file
......@@ -43,7 +43,7 @@ with OperateInDirectory(str(MIME_DIR)):
setup(
name=MODULE_NAME,
version='0.2.2',
version='0.2.3',
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