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