]> 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 c1aea615faa417decc30366c866053f92330e655..0c55e007cd9bdd05f12bd49f5313933830fa8203 100644 (file)
@@ -24,7 +24,7 @@
 
 include Config
 
-VER        = 0.12
+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 = 560a2ed902104a4b803f7e460c5d509d
+$(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)