summaryrefslogtreecommitdiffstats
path: root/emacs-lisp
diff options
context:
space:
mode:
authorPavel Vinogradov2016-09-29 00:35:24 -0400
committerPavel Vinogradov2016-09-29 00:35:24 -0400
commite6386173dd1fa0a6f518b102a92ce2a1efaec8ca (patch)
tree14ab71d609b293c09d182ebfd21188866f7be840 /emacs-lisp
parent8de53fd65a08d45a38b78dc78ee9da2891089b0d (diff)
emacs-lisp/auto-complete: version 1.5.1
Diffstat (limited to 'emacs-lisp')
-rwxr-xr-xemacs-lisp/auto-complete/DETAILS4
-rw-r--r--emacs-lisp/auto-complete/HISTORY3
2 files changed, 5 insertions, 2 deletions
diff --git a/emacs-lisp/auto-complete/DETAILS b/emacs-lisp/auto-complete/DETAILS
index 40707281aa..152541e6cd 100755
--- a/emacs-lisp/auto-complete/DETAILS
+++ b/emacs-lisp/auto-complete/DETAILS
@@ -1,8 +1,8 @@
SPELL=auto-complete
- VERSION=1.4.0
+ VERSION=1.5.1
SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=https://github.com/${SPELL}/${SPELL}/archive/v${VERSION}.tar.gz
- SOURCE_HASH=sha512:f7af8ca99699a1570bfd7b73d7ab5cb0b88e9e02e9073751bbaabf6949668ae2e9a5a4e0a816b5544572d20286e02ebcc6f12ca313ed56daa6ce22eca3046b8c
+ SOURCE_HASH=sha512:e01a99d5e393d1d2309d6c616b4af34e8f3f2c585eaefad602ba5b6cf1890a18e851fd58804c4a6669c8131e9e7a5470c7aa650583a0bc1a2298875f7181614e
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE="http://cx4a.org/software/auto-complete"
LICENSE[0]=GPL3
diff --git a/emacs-lisp/auto-complete/HISTORY b/emacs-lisp/auto-complete/HISTORY
index b6df687f13..5f15855c9d 100644
--- a/emacs-lisp/auto-complete/HISTORY
+++ b/emacs-lisp/auto-complete/HISTORY
@@ -1,3 +1,6 @@
+2016-09-29 Pavel Vinogradov <public@sourcemage.org>
+ * DETAILS: version 1.5.1`
+
2015-01-12 Pol Vinogradov <vin.public@gmail.com>
* DETAILS: version 1.4.0, switched to Github
* DEPENDS: added popup-el