diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-05-16 13:46:57 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2010-05-16 13:46:57 +0000 |
commit | aa34b43e864bbfc9a420a9a445da3216d2ae69cd (patch) | |
tree | 8247198587ba6caec42e0ae381181581e58fcd18 /package/mountd | |
parent | 529452971a460b27f5cc0c7058e64d93311632af (diff) |
bump a bunch of packages updated after 10.03
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21477 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/mountd')
-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 ded7d30d1..bfee3585e 100644 --- a/package/mountd/Makefile +++ b/package/mountd/Makefile @@ -1,11 +1,11 @@ -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2010 OpenWrt.org # All rights reserved. include $(TOPDIR)/rules.mk PKG_NAME:=mountd PKG_VERSION:=0.1 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://mirror2.openwrt.org/sources |