neovim: add livecheck

Closes #91037.

Signed-off-by: rui <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Sam Ford 2021-12-11 11:57:34 -05:00 committed by BrewTestBot
parent e5518a552f
commit 865c43907a
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 5 additions and 0 deletions

View File

@ -6,6 +6,11 @@ class Neovim < Formula
license "Apache-2.0"
head "https://github.com/neovim/neovim.git", branch: "master"
livecheck do
url :stable
regex(/^v?(\d+(?:\.\d+)+)$/i)
end
bottle do
sha256 arm64_monterey: "ec4155754605b16da518787995c7ab51e5b163792117f3183ea205cbae5c9e1c"
sha256 arm64_big_sur: "4da15cf92d2cf0f113e190c00e431c06c997391be35b5144b81cc218028dc7c2"