[racket] "raco pkg update" doesn't work

2014-06-13 Thread Roman Klochkov
I try $ /usr/racket/bin/raco pkg update binary-class Resolving "binary-class" via http://download.racket-lang.org/releases/6.0.1/catalog/ Resolving "binary-class" via http://pkgs.racket-lang.org No updates available $ /usr/racket/bin/raco pkg show -a | grep binary-class\)  binary-class*       1d

Re: [racket] "raco pkg update" doesn't work

2014-06-13 Thread Roman Klochkov
Now updated... I didn't do anything. Is there a timeout for updating checksum in Racket? Fri, 13 Jun 2014 11:32:59 +0400 от Roman Klochkov : >I try >$ /usr/racket/bin/raco pkg update binary-class >Resolving "binary-class" via >http://download.racket-lang.org/releases/6.0.1/catalog/ >Resolving "

Re: [racket] "raco pkg update" doesn't work

2014-06-13 Thread Jay McCarthy
When you install via the package catalog, i.e. with the name "binary-class" rather than with a github URL directly, then you use whatever the catalog has as the checksum, which is updated roughly every hour. (You can go to the site and request an update for your packages with the "Update" button)