mirror of
https://src.fedoraproject.org/rpms/nodejs18.git
synced 2024-11-24 17:44:23 +00:00
Fix embedded http-parser version
Signed-off-by: Stephen Gallagher <sgallagh@redhat.com>
This commit is contained in:
parent
88fac04184
commit
2096fce045
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@
|
|||
|
||||
# http-parser - from deps/http_parser/http_parser.h
|
||||
%global http_parser_major 2
|
||||
%global http_parser_minor 7
|
||||
%global http_parser_minor 8
|
||||
%global http_parser_patch 0
|
||||
%global http_parser_version %{http_parser_major}.%{http_parser_minor}.%{http_parser_patch}
|
||||
|
||||
|
|
Loading…
Reference in a new issue