Ignore:
Timestamp:
06/18/20 13:21:01 (3 years ago)
Author:
Mark Evenson
Message:

meta: add a TLS network request as fallback for the system

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abcl/src/org/armedbear/lisp/abcl-contrib.lisp

    r15134 r15329  
    5454                       :name "abcl")))
    5555        (java:jcall "getURLs" (boot-classloader)))))
    56    #+(or)
    5756   ;; Need to test locating the system boot jar over the network, and
    5857   ;; it would minimally need to check version information.
    5958   (ignore-errors
    60      #p"http://abcl.org/releases/current/abcl.jar")))
     59     #p"https://abcl.org/releases/1.7.0/abcl.jar")))
    6160
    6261(defun flatten (list)
Note: See TracChangeset for help on using the changeset viewer.