From 3fd531f667a6ab2d2b3d65f7c986cb17a38dc977 Mon Sep 17 00:00:00 2001 From: maniacikarus Date: Tue, 24 Mar 2009 07:55:28 +0100 Subject: [PATCH] Updatted qenu --- lfs/qemu | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lfs/qemu b/lfs/qemu index 659cd160ee..efd16f5f8a 100644 --- a/lfs/qemu +++ b/lfs/qemu @@ -1,7 +1,7 @@ ############################################################################### # # # IPFire.org - A linux based firewall # -# Copyright (C) 2007 Michael Tremer & Christian Schmidt # +# Copyright (C) 2009 Michael Tremer & Christian Schmidt # # # # 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 # @@ -24,7 +24,7 @@ include Config -VER = 0.10.0 +VER = 0.10.1 THISAPP = qemu-$(VER) DL_FILE = $(THISAPP).tar.gz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = qemu -PAK_VER = 4 +PAK_VER = 5 DEPS = "sdl" @@ -44,7 +44,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 8dc50b834fa3f5f6a17d7bc3d0559e53 +$(DL_FILE)_MD5 = 99b6da099343f6a32e02211aa5925154 install : $(TARGET) -- 2.39.2