urlgrabber: Update to 3.9.1.

This commit is contained in:
Erik Kapfer
2012-10-09 11:17:28 +02:00
committed by Michael Tremer
parent cfeb8fa3de
commit 9574fde3f7
2 changed files with 9 additions and 18 deletions

View File

@@ -24,7 +24,7 @@
include Config
VER = 3.1.0
VER = 3.9.1
THISAPP = urlgrabber-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -44,7 +44,8 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 2a92d8ce0d89c5e772a98e9b8dcd5b73
$(DL_FILE)_MD5 = 00c8359bf71062d0946bacea521f80b4
install : $(TARGET)
check : $(patsubst %,$(DIR_CHK)/%,$(objects))