diff --git a/vim.yaml b/vim.yaml index 1b5194d84ca..174c9ed7908 100644 --- a/vim.yaml +++ b/vim.yaml @@ -1,6 +1,6 @@ package: name: vim - version: 9.0.1644 + version: 9.0.1657 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: e4b6102826c89192757f4e5bb46ab2d5c76dde5a62189f69bd0587018cd2afd9 - runs: | # vim seems to manually set FORTIFY_SOURCE=1, and setting both breaks the build