Skip to content

Commit 7d018f6

Browse files
[Deps] Bump libuninameslist to 20211114
1 parent 6b0a96e commit 7d018f6

4 files changed

Lines changed: 22 additions & 8 deletions

File tree

UpcomingReleaseNotes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ Update dependencies:
1010
- libffi-3.4.2
1111
- OpenJPEG-2.4.0
1212
- LibTIFF-4.3.0
13+
- libuninameslist-20211114
1314
- libxml2-2.9.14
1415
- pango-1.49.4
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include_guard(GLOBAL)
22

33
ExternalProjectAutotools(libuninameslist
4-
URL https://github.com/fontforge/libuninameslist/releases/download/20190701/libuninameslist-dist-20190701.tar.gz
5-
URL_HASH SHA256=168b0d0877f275c1622fd075e6a1d072c52113dcf5da530536a2f2803ebb89a1
4+
URL https://github.com/fontforge/libuninameslist/releases/download/20211114/libuninameslist-dist-20211114.tar.gz
5+
URL_HASH SHA256=f5f69090de4a483721207a9df7de5327c13c812a1d23de074d8f0496bc2b740d
66
)

licenseOnly/libuninameslist/build.gradle

Lines changed: 18 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
minSdk 16
1313
targetSdk 32
1414

15-
versionCode 1
16-
versionName '20190701'
15+
versionCode 2
16+
versionName '20211114'
1717
}
1818
publishing {
1919
singleVariant("release") {
@@ -41,12 +41,12 @@ afterEvaluate {
4141
licenses {
4242
license {
4343
name = 'BSD'
44-
url = 'https://github.com/fontforge/libuninameslist/blob/20190701/LICENSE'
44+
url = 'https://github.com/fontforge/libuninameslist/blob/20211114/LICENSE'
4545
distribution = 'repo'
4646
}
4747
license {
4848
name = 'GPLv2'
49-
url = 'https://github.com/fontforge/libuninameslist/blob/20190701/COPYING'
49+
url = 'https://github.com/fontforge/libuninameslist/blob/20211114/COPYING'
5050
distribution = 'repo'
5151
}
5252
}
@@ -56,7 +56,7 @@ afterEvaluate {
5656
}
5757
developers {
5858
// Developer list obtained from:
59-
// https://github.com/fontforge/libuninameslist/blob/20190701/AUTHORS
59+
// https://github.com/fontforge/libuninameslist/blob/20211114/AUTHORS
6060
developer {
6161
name = 'George Williams'
6262
}
@@ -96,6 +96,19 @@ afterEvaluate {
9696
name = 'Jeremy Tan'
9797
id = 'jtanx'
9898
}
99+
developer {
100+
name = 'David Corbett'
101+
id = 'dscorbett'
102+
}
103+
developer {
104+
id = 'genisysram'
105+
}
106+
developer {
107+
id = 'orbea'
108+
}
109+
developer {
110+
name = 'Naohiro Aota'
111+
}
99112
developer {
100113
name = 'Jacques André'
101114
}

licenseOnly/pdf2htmlEX-dependency-tree/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ dependencies {
5454
implementation 'com.viliussutkus89.licenseOnly:libjpeg-turbo:2.1.3'
5555
// implementation 'com.viliussutkus89.licenseOnly:libpng:'
5656
implementation 'com.viliussutkus89.licenseOnly:libtool:2.4.6'
57-
implementation 'com.viliussutkus89.licenseOnly:libuninameslist:20190701'
57+
implementation 'com.viliussutkus89.licenseOnly:libuninameslist:20211114'
5858
// implementation 'com.viliussutkus89.licenseOnly:libxml:'
5959
implementation 'com.viliussutkus89.licenseOnly:pango:1.49.4'
6060
implementation 'com.viliussutkus89.licenseOnly:proxy-libintl:0.4.1'

0 commit comments

Comments
 (0)