Skip to content

Commit 6f6f08c

Browse files
gominimal-pkgmgr-mgr[bot]bryan-minimalclaude
authored
Update lcms2 to 2.19.1 (#394)
* Update lcms2 to 2.19.1 * no-op: re-trigger build (test signing pipeline) Co-Authored-By: Claude Opus 4.8 <[email protected]> * no-op: re-trigger build (tar-extractor fix deployed, minimal#753 via build-servers#173) Co-Authored-By: Claude Fable 5 <[email protected]> * no-op: re-trigger build (res-servers now on the tar-fix binary) Co-Authored-By: Claude Fable 5 <[email protected]> * no-op: re-trigger checks (arm64 stdlib cache cleared, minimal#756) Co-Authored-By: Claude Fable 5 <[email protected]> --------- Co-authored-by: gominimal-pkgmgr-mgr[bot] <285843623+gominimal-pkgmgr-mgr[bot]@users.noreply.github.com> Co-authored-by: bryan <[email protected]> Co-authored-by: Claude Opus 4.8 <[email protected]>
1 parent 96ac3f1 commit 6f6f08c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

packages/lcms2/build.ncl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ let toolchain = import "../toolchain/build.ncl" in
44
let make = import "../make/build.ncl" in
55
let glibc = import "../glibc/build.ncl" in
66

7-
let version = "2.17" in
7+
let version = "2.19.1" in
88
{
99
name = "lcms2",
1010
build_deps = [
1111
{ file = "build.sh" } | Local,
1212
{
13-
# https://github.com/mm2/Little-CMS/releases/download/lcms2.17/lcms2-2.17.tar.gz
13+
# https://github.com/mm2/Little-CMS/releases/download/lcms2.17/lcms2-2.19.1.tar.gz
1414
url = "gs://minimal-staging-archives/lcms2-%{version}.tar.gz",
15-
sha256 = "d11af569e42a1baa1650d20ad61d12e41af4fead4aa7964a01f93b08b53ab074",
15+
sha256 = "bfc54f7bab59fbc921012014a8032e4cba4abd46db47d46b76416a8c0b2815c8",
1616
extract = true,
1717
strip_prefix = "lcms2-%{version}",
1818
} | Source,

0 commit comments

Comments
 (0)