summaryrefslogtreecommitdiffstats
path: root/emacs-lisp
diff options
context:
space:
mode:
authorIsmael Luceno2015-06-19 20:48:53 -0300
committerIsmael Luceno2015-06-19 20:48:53 -0300
commit557b23bb488b9f8a0896905e351e254709fd010c (patch)
treea13ac7b943205df81784cf0893f10a851159ebba /emacs-lisp
parent8388321000178c0e2df587f51eb5139b5b88297b (diff)
yasnippet: Fix SOURCE
Diffstat (limited to 'emacs-lisp')
-rwxr-xr-xemacs-lisp/yasnippet/DETAILS2
-rw-r--r--emacs-lisp/yasnippet/HISTORY1
2 files changed, 2 insertions, 1 deletions
diff --git a/emacs-lisp/yasnippet/DETAILS b/emacs-lisp/yasnippet/DETAILS
index ba0aaabb67..2a2acb6bf5 100755
--- a/emacs-lisp/yasnippet/DETAILS
+++ b/emacs-lisp/yasnippet/DETAILS
@@ -1,6 +1,6 @@
SPELL=yasnippet
VERSION=0.9.0-beta
- SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
SOURCE_URL[0]=https://github.com/capitaomorte/$SPELL/archive/$VERSION.tar.gz
SOURCE_HASH=sha512:7f00a78a4297e813e76a1ce1d3425a215275af2bc7d7893d6f4d75b5097b70f8f215d59c5bb43575e262953b4d2f71d0f28ac7a56d3e79eecbeba869a71e67f3
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
diff --git a/emacs-lisp/yasnippet/HISTORY b/emacs-lisp/yasnippet/HISTORY
index 852c053916..8b74dae78d 100644
--- a/emacs-lisp/yasnippet/HISTORY
+++ b/emacs-lisp/yasnippet/HISTORY
@@ -2,6 +2,7 @@
* DETAILS: Fixed SOURCE_URL[0]
fixed WEB_SITE
updated spell to 0.9.0-beta
+ * DETAILS: Fixed SOURCE
2010-12-06 Ismael Luceno <ismael@sourcemage.org>
* BUILD: removed, already provided by the emacs-lisp section