Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fact_helper_file
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
fact_helper_file
Commits
37ae7f53
Commit
37ae7f53
authored
5 years ago
by
christopher krah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added Tektronix mime types, bump version number
parent
f7dff57d
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
+15
-1
custom_mime_firmware_containers
fact_helper_file/mime/custom_mime_firmware_containers
+14
-0
setup.py
setup.py
+1
-1
No files found.
fact_helper_file/mime/custom_mime_firmware_containers
View file @
37ae7f53
...
@@ -703,3 +703,16 @@
...
@@ -703,3 +703,16 @@
# Motorola S-Record
# Motorola S-Record
0 regex \^S[0-57-9][0-9A-F]{8,}$ Motorola S-Record; binary data in text format
0 regex \^S[0-57-9][0-9A-F]{8,}$ Motorola S-Record; binary data in text format
!:mime firmware/srecord
!: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
This diff is collapsed.
Click to expand it.
setup.py
View file @
37ae7f53
...
@@ -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.
2
'
,
version
=
'0.2.
3
'
,
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'
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment