Skip to content

Commit 5996c30

Browse files
committed
depends: switch libXau to .tar.gz
1 parent e7a8dd5 commit 5996c30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

depends/packages/libXau.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=libXau
22
$(package)_version=1.0.9
33
$(package)_download_path=https://xorg.freedesktop.org/releases/individual/lib/
4-
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
5-
$(package)_sha256_hash=ccf8cbf0dbf676faa2ea0a6d64bcc3b6746064722b606c8c52917ed00dcb73ec
4+
$(package)_file_name=$(package)-$($(package)_version).tar.gz
5+
$(package)_sha256_hash=1f123d8304b082ad63a9e89376400a3b1d4c29e67e3ea07b3f659cccca690eea
66
$(package)_dependencies=xproto
77

88
# When updating this package, check the default value of

0 commit comments

Comments
 (0)