diff --git a/vim.yaml b/vim.yaml index 0bded358a1a..df779571ef8 100644 --- a/vim.yaml +++ b/vim.yaml @@ -1,6 +1,6 @@ package: name: vim - version: 9.0.1736 + version: 9.0.1739 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: 6ccb70e2a1e944b1a936bc804bf1a80b52b7773e6f27b5174b03494068e79997 + expected-sha256: ce5ed3aa7f08ecfc8552ca32008595e2a2959f3ea5d9f7b282dee99b5b421454 - runs: | # vim seems to manually set FORTIFY_SOURCE=1, and setting both breaks the build