Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions vim.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: vim
version: "9.1.2035"
version: "9.1.2050"
epoch: 0
description: "Improved vi-style text editor"
copyright:
Expand All @@ -22,7 +22,7 @@ pipeline:
with:
repository: https://github.com/vim/vim
tag: v${{package.version}}
expected-commit: ea189a6f4d2a1f4a1f2822cbd2aed0a584ecceea
expected-commit: 6625ba359e33f8223d146f3ae87a880c446b5470

- runs: |
# vim seems to manually set FORTIFY_SOURCE=1, and setting both breaks the build
Expand Down
Loading