Unverified Commit c9e0723e by Jörg Stucke Committed by GitHub

Merge pull request #16 from Caesurus/master

Updating ihex regex mime detection
parents 179360a5 2f3d5fa4
# ====================== encoded file types ====================== # ====================== encoded file types ======================
# Intel HEX # Intel HEX
0 regex \^:[A-F0-9]{8,}$ Intel HEX 0 regex \^:[A-F0-9a-f]{8,}$ Intel HEX
!:mime firmware/intel-hex !:mime firmware/intel-hex
# Motorola S-Record # Motorola S-Record
......
...@@ -44,7 +44,7 @@ with OperateInDirectory(str(MIME_DIR)): ...@@ -44,7 +44,7 @@ with OperateInDirectory(str(MIME_DIR)):
setup( setup(
name=MODULE_NAME, name=MODULE_NAME,
version='0.2.9', version='0.2.10',
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