diff --git a/vim.yaml b/vim.yaml index 3a536891549..534d155e3f1 100644 --- a/vim.yaml +++ b/vim.yaml @@ -1,6 +1,6 @@ package: name: vim - version: 9.0.1587 + version: 9.0.1589 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: 292cf023182111ec10f1c918750d4aeecaa7b3f0d828861db912eb628f74337e + expected-sha256: bf2f1c7b3bf3c62852675aa5c1ee62dda4539a654ce6844c314bf94be2b1c319 - runs: | # vim seems to manually set FORTIFY_SOURCE=1, and setting both breaks the build