Commit 0a5150c2 authored by Casey Strouse's avatar Casey Strouse Committed by Ed Reel

Update vim from 8.1.2225 to 8.1.2234 (#3608)

* Update vim from 8.1.2225 to 8.1.2234

Updates all three vim packages. Tested on ARM.
parent d523fe0c
......@@ -3,9 +3,9 @@ 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.2225'
source_url 'https://github.com/vim/vim/archive/v8.1.2225.tar.gz'
source_sha256 'a88cf5fb07701d92ea79a3cc8f6e020e6b9bf07c0dfa72f0dde8a65f87e30f2d'
version '8.1.2234'
source_url 'https://github.com/vim/vim/archive/v8.1.2234.tar.gz'
source_sha256 '08c8f8cdc41583e1604fdb27697f5cce7cf6ca01506b7ad3c6fe6d5ea722878b'
binary_url ({
})
......
......@@ -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.2225'
source_url 'https://github.com/vim/vim/archive/v8.1.2225.tar.gz'
source_sha256 'a88cf5fb07701d92ea79a3cc8f6e020e6b9bf07c0dfa72f0dde8a65f87e30f2d'
version '8.1.2234'
source_url 'https://github.com/vim/vim/archive/v8.1.2234.tar.gz'
source_sha256 '08c8f8cdc41583e1604fdb27697f5cce7cf6ca01506b7ad3c6fe6d5ea722878b'
if ARGV[0] == 'install'
gvim = `which gvim 2> /dev/null`.chomp
......
......@@ -3,9 +3,9 @@ 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.2225'
source_url 'https://github.com/vim/vim/archive/v8.1.2225.tar.gz'
source_sha256 'a88cf5fb07701d92ea79a3cc8f6e020e6b9bf07c0dfa72f0dde8a65f87e30f2d'
version '8.1.2234'
source_url 'https://github.com/vim/vim/archive/v8.1.2234.tar.gz'
source_sha256 '08c8f8cdc41583e1604fdb27697f5cce7cf6ca01506b7ad3c6fe6d5ea722878b'
binary_url ({
})
......
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