Skip to content

Commit 7db7ed9

Browse files
committed
sort
1 parent 6b9d49e commit 7db7ed9

File tree

2 files changed

+49
-49
lines changed

2 files changed

+49
-49
lines changed

config/lib.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -252,6 +252,18 @@
252252
"openssl"
253253
]
254254
},
255+
"jbig": {
256+
"source": "jbig",
257+
"static-libs-unix": [
258+
"libjbig.a",
259+
"libjbig85.a"
260+
],
261+
"headers": [
262+
"jbig.h",
263+
"jbig85.h",
264+
"jbig_ar.h"
265+
]
266+
},
255267
"ldap": {
256268
"source": "ldap",
257269
"static-libs-unix": [
@@ -272,18 +284,6 @@
272284
],
273285
"cpp-library": true
274286
},
275-
"jbig": {
276-
"source": "jbig",
277-
"static-libs-unix": [
278-
"libjbig.a",
279-
"libjbig85.a"
280-
],
281-
"headers": [
282-
"jbig.h",
283-
"jbig85.h",
284-
"jbig_ar.h"
285-
]
286-
},
287287
"libacl": {
288288
"source": "libacl",
289289
"static-libs-unix": [
@@ -836,6 +836,15 @@
836836
"libiconv"
837837
]
838838
},
839+
"watcher": {
840+
"source": "watcher",
841+
"static-libs-unix": [
842+
"libwatcher-c.a"
843+
],
844+
"headers": [
845+
"wtr/watcher-c.h"
846+
]
847+
},
839848
"xz": {
840849
"source": "xz",
841850
"static-libs-unix": [
@@ -889,14 +898,5 @@
889898
"zstd.h",
890899
"zstd_errors.h"
891900
]
892-
},
893-
"watcher": {
894-
"source": "watcher",
895-
"static-libs-unix": [
896-
"libwatcher-c.a"
897-
],
898-
"headers": [
899-
"wtr/watcher-c.h"
900-
]
901901
}
902902
}

config/source.json

Lines changed: 28 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -387,6 +387,15 @@
387387
"path": "LICENSE"
388388
}
389389
},
390+
"jbig": {
391+
"type": "url",
392+
"url": "https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/jbigkit-2.1.tar.gz",
393+
"provide-pre-built": true,
394+
"license": {
395+
"type": "file",
396+
"path": "COPYING"
397+
}
398+
},
390399
"ldap": {
391400
"type": "filelist",
392401
"url": "https://www.openldap.org/software/download/OpenLDAP/openldap-release/",
@@ -396,6 +405,16 @@
396405
"path": "LICENSE"
397406
}
398407
},
408+
"lerc": {
409+
"type": "ghtar",
410+
"repo": "Esri/lerc",
411+
"prefer-stable": true,
412+
"provide-pre-built": true,
413+
"license": {
414+
"type": "file",
415+
"path": "LICENSE"
416+
}
417+
},
399418
"libacl": {
400419
"alt": {
401420
"type": "url",
@@ -465,25 +484,6 @@
465484
"path": "COPYING"
466485
}
467486
},
468-
"lerc": {
469-
"type": "ghtar",
470-
"repo": "Esri/lerc",
471-
"prefer-stable": true,
472-
"provide-pre-built": true,
473-
"license": {
474-
"type": "file",
475-
"path": "LICENSE"
476-
}
477-
},
478-
"jbig": {
479-
"type": "url",
480-
"url": "https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/jbigkit-2.1.tar.gz",
481-
"provide-pre-built": true,
482-
"license": {
483-
"type": "file",
484-
"path": "COPYING"
485-
}
486-
},
487487
"libevent": {
488488
"type": "ghrel",
489489
"repo": "libevent/libevent",
@@ -1017,6 +1017,15 @@
10171017
"path": "COPYING"
10181018
}
10191019
},
1020+
"watcher": {
1021+
"type": "ghtar",
1022+
"repo": "e-dant/watcher",
1023+
"prefer-stable": true,
1024+
"license": {
1025+
"type": "file",
1026+
"path": "license"
1027+
}
1028+
},
10201029
"xdebug": {
10211030
"type": "url",
10221031
"url": "https://pecl.php.net/get/xdebug",
@@ -1097,14 +1106,5 @@
10971106
"type": "file",
10981107
"path": "LICENSE"
10991108
}
1100-
},
1101-
"watcher": {
1102-
"type": "ghtar",
1103-
"repo": "e-dant/watcher",
1104-
"prefer-stable": true,
1105-
"license": {
1106-
"type": "file",
1107-
"path": "license"
1108-
}
11091109
}
11101110
}

0 commit comments

Comments
 (0)