James Moger
2015-03-07 45ed92bd767e9e88d70c14d81e8bbb7acd2e5fe2
src/main/java/com/gitblit/manager/PluginManager.java
@@ -421,6 +421,10 @@
   protected File download(String url, boolean verifyChecksum) throws IOException {
      File file = downloadFile(url);
      if (!verifyChecksum) {
         return file;
      }
      File sha1File = null;
      try {
         sha1File = downloadFile(url + ".sha1");