diff --git a/vim.yaml b/vim.yaml index c2cb8fecf26..5f549dd4144 100644 --- a/vim.yaml +++ b/vim.yaml @@ -1,6 +1,6 @@ package: name: vim - version: 9.0.1595 + version: 9.0.1596 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: 65ddd4dbe003d55c7f166a0073f48eff18bf16f89ad5fae3a69027af480bdcc8 + expected-sha256: d8aa77994e509b277eaa2b01f29e4f78011dc7853ed68824e5c2b0df9fb3f773 - runs: | # vim seems to manually set FORTIFY_SOURCE=1, and setting both breaks the build