]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/fireinfo
fireinfo: Update to 2.0.3.
[people/pmueller/ipfire-2.x.git] / lfs / fireinfo
index a785eec68a0e4353e17f50203ef574842cbe9e8d..0c55e007cd9bdd05f12bd49f5313933830fa8203 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.10
+VER        = 2.0.3
 
 THISAPP    = fireinfo-$(VER)
 DL_FILE    = $(THISAPP).tar.gz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
 
 $(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 3d2510dd92d28439d9b313570143bb3e
+$(DL_FILE)_MD5 = f9ce8b96350dd5af1e5c095806128cd0
 
 install : $(TARGET)
 
@@ -76,8 +76,5 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        # Remove egg-info
        rm -rvf /usr/lib/python*/site-packages/fireinfo*.egg-info
 
-       # XXX Set flag to send profile.
-       touch /var/ipfire/main/send_profile
-
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)