Unverified Commit 6ac635be by Peter Weidenbach Committed by GitHub

Merge pull request #8 from fkie-cad/Adobe_ascii85

Adobe ascii85
parents 94300f65 65e51075
......@@ -10,10 +10,17 @@
!:mime firmware/srecord
# Tektronik HEX file format
0 regex \^/[0-9A-F]{8,}$ Tektronix HEX; binary data in text format
0 string /
>1 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
0 string %
>4 string 6
>1 regex [0-9A-F]{8,}$ Tektronix extended HEX; binary data in text format
!:mime firmware/xtek
# Adobe Ascii85 stream
0 string \<~
>2 regex [a-zA-Z0-9!#$%&()*+;<=>?@^_`-]{20,} Adobe ASCII85 encoding
!:mime firmware/adobe85
......@@ -43,7 +43,7 @@ with OperateInDirectory(str(MIME_DIR)):
setup(
name=MODULE_NAME,
version='0.2.4',
version='0.2.5',
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