Commit 3685c1f6 by christopher krah

Added mime for potential Adobe ASCII85

parent 071dc35b
...@@ -17,3 +17,7 @@ ...@@ -17,3 +17,7 @@
0 regex \^%[0-9A-F]{8,}$ Tektronix extended HEX; binary data in text format 0 regex \^%[0-9A-F]{8,}$ Tektronix extended HEX; binary data in text format
!:mime firmware/xtek !:mime firmware/xtek
# Adobe Ascii85 stream
0 string <~
>2 regex [a-zA-Z0-9!#$%&()*+;<=>?@^_`-]{15,} Adobe ASCII85 encoding
!:mime firmware/adobe85
...@@ -43,7 +43,7 @@ with OperateInDirectory(str(MIME_DIR)): ...@@ -43,7 +43,7 @@ with OperateInDirectory(str(MIME_DIR)):
setup( setup(
name=MODULE_NAME, name=MODULE_NAME,
version='0.2.4', version='0.2.5',
description='Helper functions for file type generation', description='Helper functions for file type generation',
author='Johannes vom Dorp', author='Johannes vom Dorp',
url='https://github.com/fkie-cad/fact_helper_file', 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