From cf25b7e089164a13b823a6200ecf0306a14bc480 Mon Sep 17 00:00:00 2001 From: swalker Date: Sun, 28 Mar 2010 23:05:44 +0000 Subject: [PATCH] [packages] netatalk: fix PKG_VERSION variable git-svn-id: svn://svn.openwrt.org/openwrt/packages@20562 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- net/netatalk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net/netatalk/Makefile b/net/netatalk/Makefile index 95b77ecf6..a97b47bde 100644 --- a/net/netatalk/Makefile +++ b/net/netatalk/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2009 OpenWrt.org +# Copyright (C) 2009-2010 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=netatalk -PKG_VERSION=2.0.5 +PKG_VERSION:=2.0.5 PKG_RELEASE:=2 PKG_SOURCE:=netatalk-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=@SF/netatalk/ -- 2.11.0