diff options
author | fanquake <fanquake@gmail.com> | 2024-04-17 12:41:16 +0100 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2024-04-19 13:01:09 +0100 |
commit | b845029d4693a0c1ed21754e15a382cd522c95a5 (patch) | |
tree | 665b206b3c6a4cb3e621a9b93bdce27e5f65ba60 /depends | |
parent | 5996c30384b0b2af1994751611cdeb81ee2a97d9 (diff) |
depends: switch xproto to .tar.gz
Diffstat (limited to 'depends')
-rw-r--r-- | depends/packages/xproto.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/depends/packages/xproto.mk b/depends/packages/xproto.mk index 7a43c52faf..29c349a21b 100644 --- a/depends/packages/xproto.mk +++ b/depends/packages/xproto.mk @@ -1,8 +1,8 @@ package=xproto $(package)_version=7.0.31 $(package)_download_path=https://xorg.freedesktop.org/releases/individual/proto -$(package)_file_name=$(package)-$($(package)_version).tar.bz2 -$(package)_sha256_hash=c6f9747da0bd3a95f86b17fb8dd5e717c8f3ab7f0ece3ba1b247899ec1ef7747 +$(package)_file_name=$(package)-$($(package)_version).tar.gz +$(package)_sha256_hash=6d755eaae27b45c5cc75529a12855fed5de5969b367ed05003944cf901ed43c7 define $(package)_set_vars $(package)_config_opts=--without-fop --without-xmlto --without-xsltproc --disable-specs |