mirror of
https://github.com/urbit/shrub.git
synced 2025-01-03 01:54:43 +03:00
Merge pull request #1157 from mrdomino/update-libent
Updates libent (fixes #1155)
This commit is contained in:
commit
7e416d202d
@ -320,7 +320,7 @@ endif
|
||||
# For these libs we provide fallback bundle
|
||||
argon2_dep = dependency('argon2', version: '>=1', fallback: ['argon2', 'argon2_dep'])
|
||||
ed25519_dep = dependency('ed25519', version: '>=0.1.0', fallback: ['ed25519', 'ed25519_dep'])
|
||||
libent_dep = dependency('libent', version: '>=0.1.3', fallback: ['libent', 'libent_dep'])
|
||||
libent_dep = dependency('libent', version: '>=0.2.1', fallback: ['libent', 'libent_dep'])
|
||||
libh2o_dep = dependency('libh2o', version: '>=0.13.3', fallback: ['libh2o', 'libh2o_dep'])
|
||||
libscrypt_dep = dependency('libscrypt', version: '>=0.1.21', fallback: ['libscrypt', 'libscrypt_dep'])
|
||||
libsni_dep = dependency('libsni', version: '>=0.5.0', fallback: ['libsni', 'libsni_dep'])
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 6dddf328f17ac526b8caa943996436939db15d5f
|
||||
Subproject commit fe9f8a8aad6c4a6915ff8844850e64be4b4831a2
|
Loading…
Reference in New Issue
Block a user