]> code.delx.au - gnu-emacs-elpa/blobdiff - admin/package-update.sh
Update AUCTeX ELPA package to the new 11.87 release.
[gnu-emacs-elpa] / admin / package-update.sh
index ca2274219ed9a7ee9f0cffdb5c58471c18c7667c..0e8a39ed4b5866f8bfc160f7a419828c1117352d 100755 (executable)
@@ -82,8 +82,8 @@ if [ -z $FULL ]; then
     echo "Not fetching Org daily from orgmode.org"
 else
     echo "Fetching Org daily from orgmode.org"
-    pkgname=`curl -s http://orgmode.org/pkg/daily/|perl -ne 'push @f, $1 if m/(org-\d{8})\.tar/; END { @f = sort @f; print "$f[-1]\n"}'`
-    wget -q http://orgmode.org/pkg/daily/${pkgname}.tar -O ${pkgname}.tar
+    pkgname=`curl -s http://orgmode.org/elpa/|perl -ne 'push @f, $1 if m/(org-\d{8})\.tar/; END { @f = sort @f; print "$f[-1]\n"}'`
+    wget -q http://orgmode.org/elpa/${pkgname}.tar -O ${pkgname}.tar
     if [ -f ${pkgname}.tar ]; then
        tar xf ${pkgname}.tar
        rm -f ${pkgname}.tar