Skip to content

Commit

Permalink
Apply auto-update through chkupd
Browse files Browse the repository at this point in the history
  • Loading branch information
kreatoo authored and github-actions[bot] committed Aug 25, 2024
1 parent de02067 commit d0fd08f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vim/run
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/sh
NAME="vim"
RELEASE="1"
VERSION="9.1.0686"
VERSION="9.1.0697"
BUILD_DEPENDS="gmake"
SOURCES="https://github.com/vim/vim/archive/refs/tags/v$VERSION.tar.gz"
DEPENDS="ncurses"
SHA256SUM="7dfaa5797fb58a28e5e266dd4bf8cdf2a5a2f7b0020fab1f1fb60b8c3ee7c3ea"
SHA256SUM="7bd36aa7120cbd003cfa07295dface39054c08893a4578a3307b1a226a27539d"
DESCRIPTION="Vi Improved"

build() {
Expand Down

0 comments on commit d0fd08f

Please sign in to comment.