Merge pull request #4957 from sartura/vim_bump_to_8.0.586
vim: bump to 8.0.586
This commit is contained in:
commit
202b60a28c
1 changed files with 3 additions and 3 deletions
|
@ -8,13 +8,13 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=vim
|
PKG_NAME:=vim
|
||||||
PKG_VERSION:=8.0.069
|
PKG_VERSION:=8.0.586
|
||||||
PKG_RELEASE:=4
|
PKG_RELEASE:=1
|
||||||
VIMVER:=80
|
VIMVER:=80
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
|
||||||
PKG_SOURCE_URL:=ftp://ftp.vim.org/pub/vim/unix/
|
PKG_SOURCE_URL:=ftp://ftp.vim.org/pub/vim/unix/
|
||||||
PKG_HASH:=2e179182814715c3c77010c7300a4abcb964ba8a99a470640f9f2f03884b2ccb
|
PKG_HASH:=08bd0d1dd30ece3cb9905ccd48b82b2f81c861696377508021265177dc153a61
|
||||||
PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr>
|
PKG_MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr>
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)$(VIMVER)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)$(VIMVER)
|
||||||
|
|
Loading…
Reference in a new issue