diff options
author | Issam Maghni <concatime@users.noreply.github.com> | 2017-12-18 18:53:53 -0500 |
---|---|---|
committer | James McCoy <jamessan@jamessan.com> | 2017-12-18 18:53:53 -0500 |
commit | c01a84e34407a87752db8fba20a0edabc8a8bf2f (patch) | |
tree | be136803041daf010940b1ab1a782a9ebfd239bb | |
parent | 6b5d92f9e0e9754933abec06e9265027f388357f (diff) | |
download | rneovim-c01a84e34407a87752db8fba20a0edabc8a8bf2f.tar.gz rneovim-c01a84e34407a87752db8fba20a0edabc8a8bf2f.tar.bz2 rneovim-c01a84e34407a87752db8fba20a0edabc8a8bf2f.zip |
Updating to latest UNIBILIUM (#7745)
Update to unibilium 1.2.1
-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 ab9ff1f60d..66f921ffcc 100644 --- a/third-party/CMakeLists.txt +++ b/third-party/CMakeLists.txt @@ -103,8 +103,8 @@ set(LUA_SHA256 2640fc56a795f29d28ef15e13c34a47e223960b0240e8cb0a82d9b0738695333) set(LUAROCKS_URL https://github.com/luarocks/luarocks/archive/v2.4.2.tar.gz) set(LUAROCKS_SHA256 eef88c2429c715a7beb921e4b1ba571dddb7c74a250fbb0d3cc0d4be7a5865d9) -set(UNIBILIUM_URL https://github.com/mauke/unibilium/archive/v1.2.0.tar.gz) -set(UNIBILIUM_SHA256 623af1099515e673abfd3cae5f2fa808a09ca55dda1c65a7b5c9424eb304ead8) +set(UNIBILIUM_URL https://github.com/mauke/unibilium/archive/v1.2.1.tar.gz) +set(UNIBILIUM_SHA256 6045b4f6adca7b1123284007675ca71f718f70942d3a93d8b9fa5bd442006ec1) if(WIN32) set(LIBTERMKEY_URL https://github.com/equalsraf/libtermkey/archive/tb-windows.zip) |