Skip to content

Commit

Permalink
main/vim: update to 9.1.0764
Browse files Browse the repository at this point in the history
  • Loading branch information
nekopsykose committed Oct 6, 2024
1 parent c1b396d commit 15f38ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/vim/template.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname = "vim"
pkgver = "9.1.0748"
pkgver = "9.1.0764"
pkgrel = 0
build_style = "gnu_configure"
configure_args = [
Expand Down Expand Up @@ -31,7 +31,7 @@
license = "Vim"
url = "https://www.vim.org"
source = f"https://github.com/vim/vim/archive/refs/tags/v{pkgver}.tar.gz"
sha256 = "0c59cfd6dbc3673ca4c6772a4b90879458c4881a2f1069a8ef30294297047787"
sha256 = "874be6146792d67ae47dc8d89f9d32558a266df87a81f5f80ad1b9b4cb31c1a1"
tool_flags = {"CFLAGS": ['-DSYS_VIMRC_FILE="/etc/vim/vimrc"']}
hardening = ["vis", "!cfi"]
# require a million system-specific fixes
Expand Down

0 comments on commit 15f38ed

Please sign in to comment.