diff --git a/vim.yaml b/vim.yaml index 18a2f1107ee..4efc9f9a7f8 100644 --- a/vim.yaml +++ b/vim.yaml @@ -1,6 +1,6 @@ package: name: vim - version: 9.1.0110 + version: 9.1.0113 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: 8a3375a1e9540df24d375fb8f3034a7d4e1ad586106321489aabf0c5eb636879 + expected-sha256: d0a45218c37ed3e78bdbad5c7528fc562afb8be0cde945bfdc5f009ab785fe36 - runs: | # vim seems to manually set FORTIFY_SOURCE=1, and setting both breaks the build