diff --git a/vim.yaml b/vim.yaml index e634bed85c..2d73e5765e 100644 --- a/vim.yaml +++ b/vim.yaml @@ -1,6 +1,6 @@ package: name: vim - version: 9.1.0199 + version: 9.1.0202 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: eff6c96e4c14f14b03ccb508767b3347539bd9ddc46706db33d7585510d8c963 + expected-sha256: fe1df26dfb79d2050e35ed97629beac81b210ca438e77078e68a455f096ec251 - runs: | # vim seems to manually set FORTIFY_SOURCE=1, and setting both breaks the build