Skip to content

Commit

Permalink
vim 9.1.0700
Browse files Browse the repository at this point in the history
  • Loading branch information
PatTheMav committed Sep 16, 2024
1 parent c9a1b14 commit 0ac5e36
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 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/refs/tags/v9.1.0650.tar.gz"
sha256 "354db058c5209fd76fdd4589c0b34714e9785380aefb59f812ffd5a122e654ff"
url "https://github.com/vim/vim/archive/refs/tags/v9.1.0700.tar.gz"
sha256 "497dcbc529144d48ba0f4d26c62e37c483ee4a7a811213ee67b8ad248955b186"
license "Vim"
head "https://github.com/vim/vim.git", branch: "master"

Expand Down Expand Up @@ -40,10 +40,15 @@ class VimCustom < Formula
depends_on "libsodium" => :optional
depends_on "lua" => :optional
depends_on "luajit" => :optional
depends_on "perl" => :optional
depends_on "[email protected]" => :optional
depends_on "ruby" => :optional

uses_from_macos "perl"

on_linux do
depends_on "perl" => :optional
end

conflicts_with "ex-vi",
because: "vim-custom and ex-vi both install bin/ex and bin/view"

Expand Down

0 comments on commit 0ac5e36

Please sign in to comment.