Skip to content

Commit

Permalink
Update _cm.json
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunsuresh authored Nov 3, 2024
1 parent 53b1f7a commit 9e39642
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/get-generic-sys-util/_cm.json
Original file line number Diff line number Diff line change
Expand Up @@ -250,8 +250,8 @@
"CM_SYS_UTIL_VERSION_CMD_USE_ERROR_STREAM": "yes",
"CM_SYS_UTIL_NAME": "libbz2_dev",
"CM_SYS_UTIL_VERSION_CMD": "bzcat --version | grep Version",
"CM_SYS_UTIL_VERSION_RE": "([\\d:]+\\.[\\d\\.-]+)",
"CM_TMP_VERSION_DETECT_GROUP_NUMBER": 0
"CM_SYS_UTIL_VERSION_RE": "([0-9]+(\\.[0-9]+)+)",
"CM_TMP_VERSION_DETECT_GROUP_NUMBER": 1
},
"state": {
"libbz2_dev": {
Expand Down

0 comments on commit 9e39642

Please sign in to comment.