diff --git a/vim.yaml b/vim.yaml index 47832160ddc..e4d7ec057f1 100644 --- a/vim.yaml +++ b/vim.yaml @@ -1,6 +1,6 @@ package: name: vim - version: 9.0.1591 + version: 9.0.1592 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: a3b1d959a91649264add72319f6b99627428e929f5237b744433841bfc79d8db + expected-sha256: 5ace4c3edb89bdecbb60df5f24c46bf10204bbf5b9fba9d8d6c40960f9eef8e6 - runs: | # vim seems to manually set FORTIFY_SOURCE=1, and setting both breaks the build