We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 931703a + 349c48c commit b1fbbfbCopy full SHA for b1fbbfb
1 file changed
vim.yaml
@@ -1,6 +1,6 @@
1
package:
2
name: vim
3
- version: 9.0.1644
+ version: 9.0.1660
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: b871ba33e46e43dcdd5764ba600aa80511f499d4525b361d80bb09fa3e188c9d
+ expected-sha256: c99eb09e0ea67e5f4caa2b18505ea8dd325b425346fdcf80ec9e4dbf8784eb80
25
26
- runs: |
27
# vim seems to manually set FORTIFY_SOURCE=1, and setting both breaks the build
0 commit comments