Sfoglia il codice sorgente

Update to latest Ur/Web version

Adam Chlipala 11 anni fa
parent
commit
e853368fd6
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      frameworks/Ur/urweb/install.sh

+ 3 - 3
frameworks/Ur/urweb/install.sh

@@ -3,9 +3,9 @@
 RETCODE=$(fw_exists /usr/local/bin/urweb)
 RETCODE=$(fw_exists /usr/local/bin/urweb)
 [ ! "$RETCODE" == 0 ] || { return 0; }
 [ ! "$RETCODE" == 0 ] || { return 0; }
 
 
-fw_get http://www.impredicative.com/ur/urweb-20140819.tgz
-fw_untar urweb-20140819.tgz
-cd urweb-20140819
+fw_get http://www.impredicative.com/ur/urweb-20140830.tgz
+fw_untar urweb-20140830.tgz
+cd urweb-20140830
 ./configure
 ./configure
 make
 make
 sudo make install
 sudo make install