Skip to content

Commit

Permalink
vim-custom 9.0.0000
Browse files Browse the repository at this point in the history
vim 9.0.0000

Closes #87.

Signed-off-by: Patrick Heyer <[email protected]>
  • Loading branch information
PatTheMav committed Jul 3, 2022
1 parent d6645c4 commit 84d9d43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/vim-custom.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ class VimCustom < Formula
desc "Vi 'workalike' with many additional features"
homepage "https://www.vim.org/"
# vim should only be updated every 25 releases on multiples of 25
url "https://github.com/vim/vim/archive/v8.2.5050.tar.gz"
sha256 "8eecb277ad3993bea9f117070ab2a8648299ee37b9282b3e7f6681c3ac95a052"
url "https://github.com/vim/vim/archive/v9.0.0000.tar.gz"
sha256 "1b3cd3732eb7039cf58a9321de26ab1a12d81c2f6760eb03c5d7b60d548f4587"
head "https://github.com/vim/vim.git", branch: "master"

bottle do
Expand Down

0 comments on commit 84d9d43

Please sign in to comment.