]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
depends: libxcb_util_cursor: update to 0.1.5
authortobtoht <tob@featherwallet.org>
Tue, 24 Sep 2024 13:14:36 +0000 (15:14 +0200)
committertobtoht <tob@featherwallet.org>
Tue, 24 Sep 2024 13:14:36 +0000 (15:14 +0200)
contrib/depends/packages/libxcb_util_cursor.mk

index f5bc5683e3935af3464642f30067fa8a8541957a..ef2b66ca9ec78cf381bf0a70802ae52d44bb6d89 100644 (file)
@@ -1,12 +1,12 @@
 package=libxcb_util_cursor
-$(package)_version=0.1.4
+$(package)_version=0.1.5
 $(package)_download_path=https://xcb.freedesktop.org/dist
 $(package)_file_name=xcb-util-cursor-$($(package)_version).tar.gz
-$(package)_sha256_hash=cc8608ebb695742b6cf84712be29b2b66aa5f6768039528794fca0fa283022bf
+$(package)_sha256_hash=0e9c5446dc6f3beb8af6ebfcc9e27bcc6da6fe2860f7fc07b99144dfa568e93b
 $(package)_dependencies=libxcb libxcb_util_render libxcb_util_image
 
 define $(package)_set_vars
-$(package)_config_opts=--disable-shared --disable-devel-docs --without-doxygen
+$(package)_config_opts := --disable-shared --disable-devel-docs --without-doxygen
 $(package)_config_opts += --disable-dependency-tracking --enable-option-checking
 endef