Diff for /embedaddon/smartmontools/os_win32/update-smart-drivedb.nsi between versions 1.1.1.1 and 1.1.1.2

version 1.1.1.1, 2012/02/21 16:32:16 version 1.1.1.2, 2013/10/14 07:54:04
Line 3 Line 3
 ;  ;
 ; Home page of code is: http://smartmontools.sourceforge.net  ; Home page of code is: http://smartmontools.sourceforge.net
 ;  ;
; Copyright (C) 2011 Christian Franke <smartmontools-support@lists.sourceforge.net>; Copyright (C) 2011-13 Christian Franke <smartmontools-support@lists.sourceforge.net>
 ;  ;
 ; This program is free software; you can redistribute it and/or modify  ; This program is free software; you can redistribute it and/or modify
 ; it under the terms of the GNU General Public License as published by  ; it under the terms of the GNU General Public License as published by
Line 95  Function Download Line 95  Function Download
   Pop $R0    Pop $R0
   DetailPrint "Download from $R0"    DetailPrint "Download from $R0"
   
  ; Trac repository browser (does not return HTTP 404 errors)  ; SVN repository read-only URL
  StrCpy $R1 "http://sourceforge.net/apps/trac/smartmontools/export/HEAD/$R0/smartmontools/drivedb.h"  ; (SF code browser does not return ContentLength required for NSISdl::download)
  ; ViewVC repository browser (does not return ContentLength required for NSISdl::download)  StrCpy $R1 "http://svn.code.sf.net/p/smartmontools/code/$R0/smartmontools/drivedb.h"
  ;StrCpy $R1 "http://smartmontools.svn.sourceforge.net/viewvc/smartmontools/$R0/smartmontools/drivedb.h?revision=HEAD"
   DetailPrint "($R1)"    DetailPrint "($R1)"
   
   NSISdl::download $R1 "drivedb.h.new"    NSISdl::download $R1 "drivedb.h.new"

Removed from v.1.1.1.1  
changed lines
  Added in v.1.1.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>