Skip to content

Commit 096b148

Browse files
committed
fix 17008
1 parent 9c6dc83 commit 096b148

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

depends/packages/libevent.mk

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
package=libevent
2-
$(package)_version=2.1.8
2+
$(package)_version=2.1.11
33
$(package)_download_path=https://github.com/libevent/libevent/releases/download/release-$($(package)_version)-stable
44
$(package)_file_name=$(package)-$($(package)_version)-stable.tar.gz
5-
$(package)_sha256_hash=965cc5a8bb46ce4199a47e9b2c9e1cae3b137e8356ffdad6d94d3b9069b71dc2
6-
$(package)_patches=fix_android_arc4random_addrandom.patch
5+
$(package)_sha256_hash=229393ab2bf0dc94694f21836846b424f3532585bac3468738b7bf752c03901e
76

87
define $(package)_preprocess_cmds
98
./autogen.sh

0 commit comments

Comments
 (0)