Commit 1c1d40e2 authored by Ed Reel's avatar Ed Reel

Add pre-built binaries for neovim

parent 06baac44
......@@ -12,8 +12,14 @@ class Neovim < Package
end
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/neovim-0.4.4-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/neovim-0.4.4-chromeos-armv7l.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/neovim-0.4.4-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '4f070268cb5386ad3cff2c3a5e7f332a79ce28335ec13f17763d2cb0c5a6083b',
armv7l: '4f070268cb5386ad3cff2c3a5e7f332a79ce28335ec13f17763d2cb0c5a6083b',
x86_64: '013241fb25fa27c2247ade5cffdc3694dcd58e4783c7b7a4bf339b92332804d5',
})
def self.patch
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment