Upgraded some packs

This commit is contained in:
Maniacikarus
2008-10-18 11:42:36 +02:00
parent c1694b83e0
commit 7bfd1f0b7e
4 changed files with 10 additions and 10 deletions

View File

@@ -124,7 +124,7 @@
* hdparm-8.9
* hostapd-0.5.10
* hplip-2.7.10
* htop-0.7
* htop-0.8.1
* httpd-2.2.6
* hwdata
* iana-etc-2.10
@@ -215,7 +215,7 @@
* nfs-utils-1.1.1
* nmap-4.03
* noip_updater_v1.6
* ntfs-3g-1.2918
* ntfs-3g-1.5012
* ntp-4.2.2
* ocaml-3.09.2
* oinkmaster-2.0
@@ -298,7 +298,7 @@
* vlc-0.8.6i
* vnstat-1.6
* vnstati-beta3
* vsftpd-2.0.5
* vsftpd-2.0.7
* w_scan-20080105
* wget-1.10.2
* whatmask-1.2

View File

@@ -24,7 +24,7 @@
include Config
VER = 0.7
VER = 0.8.1
THISAPP = htop-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 4afc961fa709167e1b434682897991f9
$(DL_FILE)_MD5 = f0b259ca29175656de48bf0fa0a2e619
install : $(TARGET)

View File

@@ -24,7 +24,7 @@
include Config
VER = 1.2918
VER = 1.5012
THISAPP = ntfs-3g-$(VER)
DL_FILE = $(THISAPP).tgz
@@ -40,7 +40,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 8d87f12702dd0d97c3aa269582159848
$(DL_FILE)_MD5 = 601db52936011902206dfe1be05e4756
install : $(TARGET)

View File

@@ -24,7 +24,7 @@
include Config
VER = 2.0.5
VER = 2.0.7
THISAPP = vsftpd-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = vsftpd
PAK_VER = 1
PAK_VER = 2
DEPS = ""
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 146062e8b2f93af43ff6c2c770feea94
$(DL_FILE)_MD5 = 3e39cb7b0bee306ad7df8e3552e15297
install : $(TARGET)