mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
Consolidate on unicode.org^71
This commit is contained in:
parent
53fc500e80
commit
8a5c69f89d
4 changed files with 6 additions and 6 deletions
|
@ -14,7 +14,7 @@ runtime:
|
||||||
DOTNET_ROOT: "{{prefix}}"
|
DOTNET_ROOT: "{{prefix}}"
|
||||||
dependencies:
|
dependencies:
|
||||||
linux:
|
linux:
|
||||||
unicode.org: '*'
|
unicode.org: ^71
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
curl.se: '*'
|
curl.se: '*'
|
||||||
|
|
|
@ -10,7 +10,7 @@ dependencies:
|
||||||
freetype.org: 2
|
freetype.org: 2
|
||||||
gnome.org/glib: 2
|
gnome.org/glib: 2
|
||||||
graphite.sil.org: '*'
|
graphite.sil.org: '*'
|
||||||
unicode.org: '>=71'
|
unicode.org: ^71
|
||||||
|
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
|
|
|
@ -11,9 +11,9 @@ versions:
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
kerberos.org: '*'
|
kerberos.org: '*'
|
||||||
openssl.org: '*'
|
openssl.org: ^1.1
|
||||||
zlib.net: '*'
|
zlib.net: ^1
|
||||||
unicode.org: '*'
|
unicode.org: ^71
|
||||||
linux:
|
linux:
|
||||||
gnu.org/readline: '*'
|
gnu.org/readline: '*'
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ distributable:
|
||||||
versions:
|
versions:
|
||||||
github: rockdaboot/libpsl
|
github: rockdaboot/libpsl
|
||||||
dependencies:
|
dependencies:
|
||||||
unicode.org: '*'
|
unicode.org: ^71
|
||||||
build:
|
build:
|
||||||
dependencies:
|
dependencies:
|
||||||
mesonbuild.com: '*'
|
mesonbuild.com: '*'
|
||||||
|
|
Loading…
Reference in a new issue