summaryrefslogtreecommitdiffstats
path: root/package/check-update-vim.py
diff options
context:
space:
mode:
Diffstat (limited to 'package/check-update-vim.py')
-rwxr-xr-xpackage/check-update-vim.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/check-update-vim.py b/package/check-update-vim.py
index 019999a..f66f05a 100755
--- a/package/check-update-vim.py
+++ b/package/check-update-vim.py
@@ -6,5 +6,5 @@ import sys
verbose = len(sys.argv) - 1
latest = pkg_version.read_vim_version()
packaged = pkg_version.read_copr_version(
- 'lantw44/vim-latest', 'vim', 'fedora-24-x86_64')
+ 'lantw44/vim-latest', 'vim', 'fedora-26-x86_64')
exit(pkg_version.write_package_status(latest, packaged, 'vim', verbose))