Merge branch 'master' of github.com:cycojesus/slackbuilds
This commit is contained in:
commit
ae3938bdde
1 changed files with 2 additions and 3 deletions
|
@ -30,7 +30,7 @@ mkdir -p $CWD/els
|
|||
elfileget_or_update() {
|
||||
URL=$1
|
||||
FILENAME=$(echo "$URL" | grep -o -e "[/=][A-Za-z0-9+-]*\.el" | tr -d '=' | tr -d '/')
|
||||
wget -T 10 -t 3 -c "$URL" -O "$FILENAME.new"
|
||||
wget --no-check-certificate -T 10 -t 3 -c "$URL" -O "$FILENAME.new"
|
||||
[ "$(cat $FILENAME.new | wc -c)" > 0 ] && mv "$FILENAME.new" "$FILENAME"
|
||||
[ -e "$FILENAME.new" ] && rm "$FILENAME.new"
|
||||
}
|
||||
|
@ -39,13 +39,12 @@ mkdir -p $CWD/els
|
|||
"http://ipython.scipy.org/dist/ipython.el" \
|
||||
"http://lumiere.ens.fr/~guerry/u/blorg.el" \
|
||||
"http://www.varnish-cache.org/trac/export/5188/trunk/varnish-tools/emacs/vcl-mode.el" \
|
||||
"http://www.timepoorblogger.com/files/article-mode.el" \
|
||||
"http://www.randomsample.de/minimap.el" \
|
||||
"http://mumble.net/~campbell/emacs/paredit.el" \
|
||||
"http://dishevelled.net/elisp/rainbow-parens.el" \
|
||||
"http://nschum.de/src/emacs/guess-style/guess-style.el" \
|
||||
"http://nschum.de/src/emacs/full-ack/full-ack.el" \
|
||||
"http://github.com/metajack/jekyll/raw/master/emacs/jekyll.el" \
|
||||
"https://github.com/metajack/jekyll/raw/master/emacs/jekyll.el" \
|
||||
"http://repo.or.cz/w/ShellArchive.git?a=blob_plain;hb=HEAD;f=smallurl.el" \
|
||||
"http://www.eskimo.com/~seldon/diminish.el" \
|
||||
"http://live.gnome.org/Vala/Emacs?action=AttachFile&do=get&target=vala-mode.el" \
|
||||
|
|
Loading…
Reference in a new issue