Commit 9d5d4efa authored by vincowl's avatar vincowl Committed by Ed Reel

[Vim] Update to 8.2.0 (#3701)

parent 601658cb
......@@ -3,21 +3,13 @@ require 'package'
class Gvim < Package
description 'Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient. (with advanced features, such as a GUI)'
homepage 'http://www.vim.org/'
version '8.1.2234'
source_url 'https://github.com/vim/vim/archive/v8.1.2234.tar.gz'
source_sha256 '08c8f8cdc41583e1604fdb27697f5cce7cf6ca01506b7ad3c6fe6d5ea722878b'
version '8.2.0014'
source_url 'https://github.com/vim/vim/archive/v8.2.0014.tar.gz'
source_sha256 '5e433abdebf36855bcec38b4e195a1281d04309b72523a265a21288717061845'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/gvim-8.1.2234-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/gvim-8.1.2234-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/gvim-8.1.2234-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/gvim-8.1.2234-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '47204371c00c425601c5e776cda6af823f62992a83e789ec498ad09b0c53c047',
armv7l: '47204371c00c425601c5e776cda6af823f62992a83e789ec498ad09b0c53c047',
i686: 'e4823c4a0b51214de900f834e7eff0a964e142618eacd3938d6420fd85a386e3',
x86_64: 'e25443c9f0baebb25b6f44018c2b07150775dfadee3152d14a6d07c3a5190f9d',
})
depends_on 'python27' => :build
......
......@@ -3,9 +3,9 @@ require 'package'
class Vim < Package
description 'Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient.'
homepage 'http://www.vim.org/'
version '8.1.2234'
source_url 'https://github.com/vim/vim/archive/v8.1.2234.tar.gz'
source_sha256 '08c8f8cdc41583e1604fdb27697f5cce7cf6ca01506b7ad3c6fe6d5ea722878b'
version '8.2.0014'
source_url 'https://github.com/vim/vim/archive/v8.2.0014.tar.gz'
source_sha256 '5e433abdebf36855bcec38b4e195a1281d04309b72523a265a21288717061845'
if ARGV[0] == 'install'
gvim = `which gvim 2> /dev/null`.chomp
......@@ -13,16 +13,8 @@ class Vim < Package
end
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/vim-8.1.2234-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/vim-8.1.2234-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/vim-8.1.2234-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/vim-8.1.2234-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: '7cc653078f9418cb0e792a60722235acb7fe365d32a4dfa6e79fb82cdb5c5e7b',
armv7l: '7cc653078f9418cb0e792a60722235acb7fe365d32a4dfa6e79fb82cdb5c5e7b',
i686: 'c390fb82b8e94516a9d4a2982e490f32256a787b28805e277d7266db03ba427f',
x86_64: '8badba752b1feeba5ee285c015dc52e95e29514afa3b317e7fd87390e42bbc02',
})
depends_on 'python27' => :build
......
......@@ -3,21 +3,13 @@ require 'package'
class Vim_runtime < Package
description 'Vim is a highly configurable text editor built to make creating and changing any kind of text very efficient. (shared runtime)'
homepage 'http://www.vim.org/'
version '8.1.2234'
source_url 'https://github.com/vim/vim/archive/v8.1.2234.tar.gz'
source_sha256 '08c8f8cdc41583e1604fdb27697f5cce7cf6ca01506b7ad3c6fe6d5ea722878b'
version '8.2.0014'
source_url 'https://github.com/vim/vim/archive/v8.2.0014.tar.gz'
source_sha256 '5e433abdebf36855bcec38b4e195a1281d04309b72523a265a21288717061845'
binary_url ({
aarch64: 'https://dl.bintray.com/chromebrew/chromebrew/vim_runtime-8.1.2234-chromeos-armv7l.tar.xz',
armv7l: 'https://dl.bintray.com/chromebrew/chromebrew/vim_runtime-8.1.2234-chromeos-armv7l.tar.xz',
i686: 'https://dl.bintray.com/chromebrew/chromebrew/vim_runtime-8.1.2234-chromeos-i686.tar.xz',
x86_64: 'https://dl.bintray.com/chromebrew/chromebrew/vim_runtime-8.1.2234-chromeos-x86_64.tar.xz',
})
binary_sha256 ({
aarch64: 'c780dd46fb51a82bd04dff25ff95c953e6eeb951fd82b0971827ef453f82515c',
armv7l: 'c780dd46fb51a82bd04dff25ff95c953e6eeb951fd82b0971827ef453f82515c',
i686: '3ca411351bad4c2d3083c0308ed56c421711b9058b87f9a1dfb75116213b6940',
x86_64: '833a5a591bd16f6f1b847f73d8de291b06137abe579868758f3d03334146ca06',
})
depends_on 'python27' => :build
......
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