We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7870839 commit 61597f7Copy full SHA for 61597f7
Formula/n/neovim.rb
@@ -6,8 +6,8 @@ class Neovim < Formula
6
head "https://github.com/neovim/neovim.git", branch: "master"
7
8
stable do
9
- url "https://github.com/neovim/neovim/archive/refs/tags/v0.11.3.tar.gz"
10
- sha256 "7f1ce3cc9fe6c93337e22a4bc16bee71e041218cc9177078bd288c4a435dbef0"
+ url "https://github.com/neovim/neovim/archive/refs/tags/v0.11.4.tar.gz"
+ sha256 "83cf9543bedab8bec8c11cd50ccd9a4bf1570420a914b9a28f83ad100ca6d524"
11
12
# Keep resources updated according to:
13
# https://github.com/neovim/neovim/blob/v#{version}/cmake.deps/CMakeLists.txt
0 commit comments