diff options
author | Florian Walch <florian@fwalch.com> | 2015-09-08 13:36:16 +0200 |
---|---|---|
committer | Florian Walch <florian@fwalch.com> | 2015-09-09 17:23:22 +0200 |
commit | fd23d588fefab3ec38512a2135430445f28fe2c0 (patch) | |
tree | c3a4707b159919ea442f2fc262472ff8cc74ec52 | |
parent | 10cdf8c28621095c1952a68066838d302f5416e1 (diff) | |
download | rneovim-fd23d588fefab3ec38512a2135430445f28fe2c0.tar.gz rneovim-fd23d588fefab3ec38512a2135430445f28fe2c0.tar.bz2 rneovim-fd23d588fefab3ec38512a2135430445f28fe2c0.zip |
deps: Update unibilium to 1.2.0.
Changes since 1.1.4 (from [1]):
1.1.5 2015-07-17:
- doc/unibi_{get,set}_ext_*_name: Fix man's “can't break line” warnings
- Merge pull request #12 from Debian/manpage-warnings
- fix variable name parsing in %g/%P (gh #14)
1.1.6 2015-07-23:
- neatify formatting
- factor out TAP pseudo-library
- regenerate static tests
- add screen-256color sanity test
- make ok() accept printf varargs
- regenerate static tests
- mark test functions as potentially unused
- more test stuff
- use note for annotations instead of diag
- regenerate static tests
- fix nested conditionals
- add ansi-pfkey test because why not
1.2.0 2015-08-14:
- add helper functions for unibi_var_t manipulation
- document semantics of zero-initializing unibi_var_t
[1] https://github.com/mauke/unibilium/compare/v1.1.4...v1.2.0
-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 96f7813e61..b56f07adc4 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -83,8 +83,8 @@ set(LUAJIT_SHA256 620fa4eb12375021bef6e4f237cbd2dd5d49e56beb414bee052c746beef180 set(LUAROCKS_URL https://github.com/keplerproject/luarocks/archive/5d8a16526573b36d5b22aa74866120c998466697.tar.gz) set(LUAROCKS_SHA256 cae709111c5701235770047dfd7169f66b82ae1c7b9b79207f9df0afb722bfd9) -set(UNIBILIUM_URL https://github.com/mauke/unibilium/archive/v1.1.4.tar.gz) -set(UNIBILIUM_SHA256 8b8948266eb370eef8100f401d530451d627a17c068a3f85cd5d62a57517aaa7) +set(UNIBILIUM_URL https://github.com/mauke/unibilium/archive/v1.2.0.tar.gz) +set(UNIBILIUM_SHA256 623af1099515e673abfd3cae5f2fa808a09ca55dda1c65a7b5c9424eb304ead8) set(LIBTERMKEY_URL https://github.com/neovim/libtermkey/archive/8c0cb7108cc63218ea19aa898968eede19e19603.tar.gz) set(LIBTERMKEY_SHA256 21846369081e6c9a0b615f4b3889c4cb809321c5ccc6e6c1640eb138f1590072) |