mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
Fix bad unicode dependency specs
This commit is contained in:
parent
d71213e086
commit
5a93ed036c
4 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ versions:
|
|||
strip: /^mysql-/
|
||||
|
||||
dependencies:
|
||||
unicode.org: '>=71'
|
||||
unicode.org: ^71
|
||||
libevent.org: ^2
|
||||
lz4.org: ^1
|
||||
openssl.org: ^1.1
|
||||
|
|
|
@ -9,7 +9,7 @@ companions:
|
|||
npmjs.com: '*'
|
||||
|
||||
dependencies:
|
||||
unicode.org: '>=71'
|
||||
unicode.org: ^71
|
||||
openssl.org: 1.1
|
||||
zlib.net: 1
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ dependencies:
|
|||
openssl.org: '*'
|
||||
pcre.org/v2: '>=10.30'
|
||||
sqlite.org: '*'
|
||||
unicode.org: '*'
|
||||
unicode.org: ^71
|
||||
gnu.org/libiconv: '*'
|
||||
kerberos.org: '*'
|
||||
gnome.org/libxml2: '>=2.9.0'
|
||||
|
|
|
@ -12,7 +12,7 @@ dependencies:
|
|||
harfbuzz.org: "*"
|
||||
libpng.org: "*"
|
||||
openssl.org: ^1.1
|
||||
unicode.org: "*"
|
||||
unicode.org: ^71
|
||||
|
||||
build:
|
||||
dependencies:
|
||||
|
|
Loading…
Reference in a new issue