Skip to content

Commit 96e0231

Browse files
committed
feat: update squashfs-tools to 4.5
https://github.com/plougher/squashfs-tools/blob/19fcc9365dcdb2c22d232d42d11012940df64b7c/CHANGES#L1-L55 Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@talos-systems.com>
1 parent 2c9c826 commit 96e0231

File tree

2 files changed

+3
-37
lines changed

2 files changed

+3
-37
lines changed

squashfs-tools/patches/fnocommon.patch

Lines changed: 0 additions & 33 deletions
This file was deleted.

squashfs-tools/pkg.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,15 @@ dependencies:
66
- stage: patch
77
steps:
88
- sources:
9-
- url: https://github.com/plougher/squashfs-tools/archive/4.4.tar.gz
9+
- url: https://github.com/plougher/squashfs-tools/archive/refs/tags/4.5.tar.gz
1010
destination: squashfs.tar.gz
11-
sha256: a7fa4845e9908523c38d4acf92f8a41fdfcd19def41bd5090d7ad767a6dc75c3
12-
sha512: 133ce437fb8c929933d52cff710b61dd9181f6f8be58250b0d6a59a7bb79a2b350f68f456b06a0e17c469409a71272d586802d570248273ddcd5dad088c00308
11+
sha256: b9e16188e6dc1857fe312633920f7d71cc36b0162eb50f3ecb1f0040f02edddd
12+
sha512: e00610487d24eed9e5dadcf84014a3d7faa9815d8ce00fd4660e6c8ce394dccf185ed9f387f4fa1313b9812fe770f802bdcbaef87887f2bcefacf234594a72e0
1313
prepare:
1414
- |
1515
tar -xf squashfs.tar.gz --strip-components=1
1616
1717
patch -p1 </pkg/patches/fix-compat.patch
18-
patch -p1 </pkg/patches/fnocommon.patch
1918
build:
2019
- |
2120
cd squashfs-tools

0 commit comments

Comments
 (0)