summaryrefslogtreecommitdiffstats
path: root/emacs-lisp/coffee-mode/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-lisp/coffee-mode/DETAILS')
-rwxr-xr-xemacs-lisp/coffee-mode/DETAILS7
1 files changed, 2 insertions, 5 deletions
diff --git a/emacs-lisp/coffee-mode/DETAILS b/emacs-lisp/coffee-mode/DETAILS
index 71b7bad90f..00435dccd3 100755
--- a/emacs-lisp/coffee-mode/DETAILS
+++ b/emacs-lisp/coffee-mode/DETAILS
@@ -1,9 +1,6 @@
+. "$GRIMOIRE/FUNCTIONS"
SPELL=coffee-mode
-if [ "$COFFEE_MODE_AUTOUPDATE" == y ]; then
- VERSION=$(date +%Y%m%d)
-else
- VERSION=git
-fi
+ VERSION=$(get_scm_version)
SOURCE="${SPELL}-git.tar.bz2"
SOURCE_URL[0]=git://github.com/defunkt/${SPELL}.git:${SPELL}-git
FORCE_DOWNLOAD=on