diff options
Diffstat (limited to 'package/mountd/Makefile')
-rw-r--r-- | package/mountd/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/mountd/Makefile b/package/mountd/Makefile index 44e3082f6b..4bf8817798 100644 --- a/package/mountd/Makefile +++ b/package/mountd/Makefile @@ -1,11 +1,11 @@ -# Copyright (C) 2009-2011 OpenWrt.org +# Copyright (C) 2009-2012 OpenWrt.org # All rights reserved. include $(TOPDIR)/rules.mk PKG_NAME:=mountd PKG_VERSION:=0.1 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources |