File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ class IcuChecker(Checker):
24
24
VERSION_PATTERNS = [
25
25
r"icu(?:-|/)([0-9]+\.[0-9]+(\.[0-9]+)?)" ,
26
26
r"ICU ([0-9]+\.[0-9]+(\.[0-9]+)?)" ,
27
+ r"icudt([0-9]+)_dat" ,
27
28
]
28
29
VENDOR_PRODUCT = [
29
30
("icu-project" , "international_components_for_unicode" ),
Original file line number Diff line number Diff line change 17
17
"version" : "68.2" ,
18
18
"version_strings" : ["icu/68.2" ],
19
19
},
20
+ {
21
+ "product" : "international_components_for_unicode" ,
22
+ "version" : "68.2" ,
23
+ "version_strings" : ["icu/68.2" ],
24
+ },
25
+ {
26
+ "product" : "international_components_for_unicode" ,
27
+ "version" : "62" ,
28
+ "version_strings" : ["icudt62_dat" ],
29
+ },
20
30
]
21
31
package_test_data = [
22
32
{
63
73
# "version": "2.6.2",
64
74
# "other_products": ["gcc"],
65
75
# },
76
+ {
77
+ "url" : "https://ftp-stud.hs-esslingen.de/pub/Mirrors/sources.redhat.com/cygwin/x86_64/release/icu/libicu61/" ,
78
+ "package_name" : "libicu61-61.1-1.tar.xz" ,
79
+ "product" : "international_components_for_unicode" ,
80
+ "version" : "61" ,
81
+ "other_products" : ["gcc" ],
82
+ },
66
83
]
You can’t perform that action at this time.
0 commit comments