diff --git a/vim.yaml b/vim.yaml index 1b5194d84ca..51283882e46 100644 --- a/vim.yaml +++ b/vim.yaml @@ -1,6 +1,6 @@ package: name: vim - version: 9.0.1644 + version: 9.0.1652 epoch: 0 description: "Improved vi-style text editor" copyright: @@ -21,7 +21,7 @@ pipeline: - uses: fetch with: uri: https://github.com/vim/vim/archive/v${{package.version}}.tar.gz - expected-sha256: b871ba33e46e43dcdd5764ba600aa80511f499d4525b361d80bb09fa3e188c9d + expected-sha256: c426a1b7d4d2bce00e5b6c8ae168e35b0c5fa48f4a8f3a901ab3304e8b190007 - runs: | # vim seems to manually set FORTIFY_SOURCE=1, and setting both breaks the build