Skip to content

Commit cba4cae

Browse files
authored
Merge pull request #203789 from Homebrew/bump-vim-9.1.1000
vim 9.1.1000
2 parents b022a88 + 6028ecc commit cba4cae

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Formula/v/vim.rb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@ class Vim < Formula
22
desc "Vi 'workalike' with many additional features"
33
homepage "https://www.vim.org/"
44
# vim should only be updated every 50 releases on multiples of 50
5-
url "https://github.com/vim/vim/archive/refs/tags/v9.1.0950.tar.gz"
6-
sha256 "ff31083fdbdde49a1cd6e95ac751f194d75065d79c8d07d138a9c1afe3494b31"
5+
url "https://github.com/vim/vim/archive/refs/tags/v9.1.1000.tar.gz"
6+
sha256 "c8ccd457bba5563513ab3e2088ad10d62b982682af9a9278686b48202b8c7697"
77
license "Vim"
8-
revision 1
98
head "https://github.com/vim/vim.git", branch: "master"
109

1110
# The Vim repository contains thousands of tags and the `Git` strategy isn't
@@ -26,12 +25,12 @@ class Vim < Formula
2625
end
2726

2827
bottle do
29-
sha256 arm64_sequoia: "75237b74992b7dbee9168137f4ebba13f76da57cc6345738f2f7e96dce331611"
30-
sha256 arm64_sonoma: "c3bf5cedb42b472d6815d4d687eef43b2f166fe0fe4ecf8f8eba07a87f039ede"
31-
sha256 arm64_ventura: "2dd97b5a2deb1c439c7ce5a009f2e0bb0dd1f1669835f46d79ae365ecb6d4c51"
32-
sha256 sonoma: "ae2049bde4187236012beec46b15f2f47ef8624d701251412b87217b6180344a"
33-
sha256 ventura: "1f8630389dc837b14ead8a625faa2ae6e8b2d04defd9dd773cd25c3ab07e6209"
34-
sha256 x86_64_linux: "968308fbe3aade6581489ffa02e42ddb0d47c42e813cdea2f84e27531ac917df"
28+
sha256 arm64_sequoia: "fb296d51ec50693923c5f346e44cd785b3218b1dd180328e5b67c6486a755095"
29+
sha256 arm64_sonoma: "0f5289372c36512b48e08c504a1aa2bd1f72887239526a9033f474eeff776059"
30+
sha256 arm64_ventura: "a6384f1440d7f103271af72a850dcdd667f28aa1c2296334337e92633aba580b"
31+
sha256 sonoma: "819bf7bc2cfe42fa1994f8b1824fe735071b5d907e8cc309bcfff99aa605a240"
32+
sha256 ventura: "83315b2c1bba6b6dd6c90c54366762322a208f58b6938591e593a15da5eb1c41"
33+
sha256 x86_64_linux: "6a1c3d16689046c33056563ee6792c784f9a127c2f968e469355dab37acd79f7"
3534
end
3635

3736
depends_on "gettext"

0 commit comments

Comments
 (0)