We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a20ac32 + 71f148e commit c277187Copy full SHA for c277187
vim.yaml
@@ -1,6 +1,6 @@
1
package:
2
name: vim
3
- version: 9.0.1585
+ version: 9.0.1587
4
epoch: 0
5
description: "Improved vi-style text editor"
6
copyright:
@@ -21,7 +21,7 @@ pipeline:
21
- uses: fetch
22
with:
23
uri: https://github.com/vim/vim/archive/v${{package.version}}.tar.gz
24
- expected-sha256: dfc0d3dbedc7d6552e8732cfac12c00017b2769acfb9c4458d0c86649f2d8a8e
+ expected-sha256: 292cf023182111ec10f1c918750d4aeecaa7b3f0d828861db912eb628f74337e
25
26
- runs: |
27
# vim seems to manually set FORTIFY_SOURCE=1, and setting both breaks the build
0 commit comments