Skip to content

Commit e7a8dd5

Browse files
committed
depends: switch fontconfig to .tar.gz
1 parent 58c423d commit e7a8dd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

depends/packages/fontconfig.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=fontconfig
22
$(package)_version=2.12.6
33
$(package)_download_path=https://www.freedesktop.org/software/fontconfig/release/
4-
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
5-
$(package)_sha256_hash=cf0c30807d08f6a28ab46c61b8dbd55c97d2f292cf88f3a07d3384687f31f017
4+
$(package)_file_name=$(package)-$($(package)_version).tar.gz
5+
$(package)_sha256_hash=064b9ebf060c9e77011733ac9dc0e2ce92870b574cca2405e11f5353a683c334
66
$(package)_dependencies=freetype expat
77
$(package)_patches=gperf_header_regen.patch
88

0 commit comments

Comments
 (0)