Skip to content

Commit 0e75263

Browse files
committed
depends: libXext: Bump to 1.3.3 to fix _XEatDataWords
Compilation error for _XEatDataWords fixed in bb24f29, first included in libXext 1.3.3.
1 parent 683b7d7 commit 0e75263

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

depends/packages/libXext.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
package=libXext
2-
$(package)_version=1.3.2
2+
$(package)_version=1.3.3
33
$(package)_download_path=https://xorg.freedesktop.org/releases/individual/lib/
44
$(package)_file_name=$(package)-$($(package)_version).tar.bz2
5-
$(package)_sha256_hash=f829075bc646cdc085fa25d98d5885d83b1759ceb355933127c257e8e50432e0
5+
$(package)_sha256_hash=b518d4d332231f313371fdefac59e3776f4f0823bcb23cf7c7305bfb57b16e35
66
$(package)_dependencies=xproto xextproto libX11 libXau
77

88
define $(package)_set_vars

0 commit comments

Comments
 (0)