Skip to content

Commit cec445e

Browse files
committed
sort
1 parent 8116e88 commit cec445e

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
@@ -388,6 +388,15 @@
388388
"path": "LICENSE"
389389
}
390390
},
391+
"jbig": {
392+
"type": "url",
393+
"url": "https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/jbigkit-2.1.tar.gz",
394+
"provide-pre-built": true,
395+
"license": {
396+
"type": "file",
397+
"path": "COPYING"
398+
}
399+
},
391400
"ldap": {
392401
"type": "filelist",
393402
"url": "https://www.openldap.org/software/download/OpenLDAP/openldap-release/",
@@ -397,6 +406,16 @@
397406
"path": "LICENSE"
398407
}
399408
},
409+
"lerc": {
410+
"type": "ghtar",
411+
"repo": "Esri/lerc",
412+
"prefer-stable": true,
413+
"provide-pre-built": true,
414+
"license": {
415+
"type": "file",
416+
"path": "LICENSE"
417+
}
418+
},
400419
"libacl": {
401420
"alt": {
402421
"type": "url",
@@ -466,25 +485,6 @@
466485
"path": "COPYING"
467486
}
468487
},
469-
"lerc": {
470-
"type": "ghtar",
471-
"repo": "Esri/lerc",
472-
"prefer-stable": true,
473-
"provide-pre-built": true,
474-
"license": {
475-
"type": "file",
476-
"path": "LICENSE"
477-
}
478-
},
479-
"jbig": {
480-
"type": "url",
481-
"url": "https://www.cl.cam.ac.uk/~mgk25/jbigkit/download/jbigkit-2.1.tar.gz",
482-
"provide-pre-built": true,
483-
"license": {
484-
"type": "file",
485-
"path": "COPYING"
486-
}
487-
},
488488
"libevent": {
489489
"type": "ghrel",
490490
"repo": "libevent/libevent",
@@ -1018,6 +1018,15 @@
10181018
"path": "COPYING"
10191019
}
10201020
},
1021+
"watcher": {
1022+
"type": "ghtar",
1023+
"repo": "e-dant/watcher",
1024+
"prefer-stable": true,
1025+
"license": {
1026+
"type": "file",
1027+
"path": "license"
1028+
}
1029+
},
10211030
"xdebug": {
10221031
"type": "url",
10231032
"url": "https://pecl.php.net/get/xdebug",
@@ -1098,14 +1107,5 @@
10981107
"type": "file",
10991108
"path": "LICENSE"
11001109
}
1101-
},
1102-
"watcher": {
1103-
"type": "ghtar",
1104-
"repo": "e-dant/watcher",
1105-
"prefer-stable": true,
1106-
"license": {
1107-
"type": "file",
1108-
"path": "license"
1109-
}
11101110
}
11111111
}

0 commit comments

Comments
 (0)