File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 29
29
| file/gnu-coreutils | 8.28 | https://git.savannah.gnu.org/cgit/coreutils.git/refs/tags
30
30
| file/gnu-findutils | 4.6.0 | https://ftp.gnu.org/pub/gnu/findutils/
31
31
| library/c++/sigcpp | 2.99.9 | https://download.gnome.org/sources/libsigc++/cache.json
32
- | library/event | 2.0.22 | https://github.com/libevent/libevent/releases | Used solely by tmux
32
+ | library/libevent | 2.0.22 | https://github.com/libevent/libevent/releases | Used solely by tmux
33
33
| library/expat | 2.2.4 | https://sourceforge.net/projects/expat/files/expat
34
34
| library/gmp | 6.1.2 | https://gmplib.org/
35
35
| library/idnkit | 1.0 | https://jprs.co.jp/idn/index-e.html
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ add_target()
83
83
terminal/tmux:* )
84
84
_ver=" ` grep ' ^LIBEVENT_VER=' $build \
85
85
| cut -d= -f2` "
86
- targets[" library/event " ]=$_ver
86
+ targets[" library/libevent " ]=$_ver
87
87
;;
88
88
# Skip GCC runtime packages.
89
89
* gcc-? -runtime:* ) return ;;
You can’t perform that action at this time.
0 commit comments