From 09f613f2436dd9e8d6bcfdb0538d7c2665f04de8 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Thu, 13 Jan 2011 16:50:19 +0700 Subject: [PATCH] remove article-mode (404) ; https --- e/divers-el/divers-el.SlackBuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/e/divers-el/divers-el.SlackBuild b/e/divers-el/divers-el.SlackBuild index 98cff7c8..879f6bc3 100755 --- a/e/divers-el/divers-el.SlackBuild +++ b/e/divers-el/divers-el.SlackBuild @@ -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" \