diff options
author | Michael Reed <m.reed@mykolab.com> | 2015-05-13 15:29:18 -0400 |
---|---|---|
committer | Michael Reed <m.reed@mykolab.com> | 2015-05-18 20:31:57 -0400 |
commit | 73137e0a84d73196db1a8d66a45210f7ffb6632d (patch) | |
tree | e56bee337d9c78ac6e68c5b9c99a0fb2aab18651 | |
parent | 182b550ef2ba2b954e1f034ca04407f2e0c1c5f6 (diff) | |
download | rneovim-73137e0a84d73196db1a8d66a45210f7ffb6632d.tar.gz rneovim-73137e0a84d73196db1a8d66a45210f7ffb6632d.tar.bz2 rneovim-73137e0a84d73196db1a8d66a45210f7ffb6632d.zip |
deps: Update unibilium 1.12 -> 1.14 #2665
From here[1]:
1.1.4 2015-04-26
- move maintainer options from GNUmakefile to maint.mk
- compile with -O2 by default
1.1.3 2015-04-25
- fix permission error when installing into existing directory
(gh PR #7)
- relicense tools/*.c under MIT (gh #9)
- add change log in Changes
[1]: https://github.com/mauke/unibilium/compare/v1.1.2...v1.1.4
-rw-r--r-- | third-party/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/third-party/CMakeLists.txt b/third-party/CMakeLists.txt index 211fa1f9b3..e986eb74e0 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -81,8 +81,8 @@ set(LUAJIT_SHA256 620fa4eb12375021bef6e4f237cbd2dd5d49e56beb414bee052c746beef180 set(LUAROCKS_URL https://github.com/keplerproject/luarocks/archive/0587afbb5fe8ceb2f2eea16f486bd6183bf02f29.tar.gz) set(LUAROCKS_SHA256 c8ad50938fed66beba74a73621d14121d4a40b796e01c45238de4cdcb47d5e0b) -set(UNIBILIUM_URL https://github.com/mauke/unibilium/archive/v1.1.2.tar.gz) -set(UNIBILIUM_SHA256 bdf3750b9e6ecdb30ba42dd0ef041c34222051495ff420c8c76d391f11e149e3) +set(UNIBILIUM_URL https://github.com/mauke/unibilium/archive/v1.1.4.tar.gz) +set(UNIBILIUM_SHA256 8b8948266eb370eef8100f401d530451d627a17c068a3f85cd5d62a57517aaa7) set(LIBTERMKEY_URL https://github.com/neovim/libtermkey/archive/8c0cb7108cc63218ea19aa898968eede19e19603.tar.gz) set(LIBTERMKEY_SHA256 21846369081e6c9a0b615f4b3889c4cb809321c5ccc6e6c1640eb138f1590072) |