diff options
| author | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-08-21 22:47:55 +0000 |
|---|---|---|
| committer | Woodpecker CI <emmett1.2miligrams@protonmail.com> | 2025-08-21 22:47:55 +0000 |
| commit | e6f45d8772363d0730cdf030d307bdbb23a1876c (patch) | |
| tree | 0be43aa4a700132c1dbaad7d4168276d8dcc79b3 /squashfs-tools/abuild | |
| parent | 6f75fa6a85521ffd6ff74c9cff6c9de51e6960bc (diff) | |
| download | alicelinux-e6f45d8772363d0730cdf030d307bdbb23a1876c.tar.gz alicelinux-e6f45d8772363d0730cdf030d307bdbb23a1876c.zip | |
Woodpecker CI 843dc9355d70385c9345f1d42ba286275e3e433e [SKIP CI]
Diffstat (limited to 'squashfs-tools/abuild')
| -rw-r--r-- | squashfs-tools/abuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/squashfs-tools/abuild b/squashfs-tools/abuild index c8d371fd..0aa2e8cb 100644 --- a/squashfs-tools/abuild +++ b/squashfs-tools/abuild @@ -1,7 +1,8 @@ name=squashfs-tools -version=4.6.1 +version=4.7.2 release=1 -source="https://github.com/plougher/$name/archive/$version/$name-$version.tar.gz" +source="https://github.com/plougher/$name/archive/$version/$name-$version.tar.gz + 0002-generate-manpages-Workaround-busybox-sed.patch" build() { make ZSTD_SUPPORT=1 GZIP_SUPPORT=1 LZO_SUPPORT=1 XZ_SUPPORT=1 EXTRA_CFLAGS="-fcommon" -C $name |