[packages] transmission: update to 2.52
[openwrt/svn-archive/archive.git] / net / transmission / Makefile
index 583eaf5611d7de656cbfa971195b58a577f44899..4738a76d6f1ae3a2c07debbe6f6f51c4be50316b 100644 (file)
@@ -1,5 +1,5 @@
 #
-# Copyright (C) 2009-2011 OpenWrt.org
+# Copyright (C) 2009-2012 OpenWrt.org
 #
 # This is free software, licensed under the GNU General Public License v2.
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=transmission
-PKG_VERSION:=2.40b3
+PKG_VERSION:=2.52
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
 PKG_SOURCE_URL:=http://mirrors.m0k.org/transmission/files
-PKG_MD5SUM:=07ace38106b42e5b66959123f742d2d0
+PKG_MD5SUM:=9490ed97a03f7b8b1ac8b0822c3dce92
 
 PKG_FIXUP:=libtool
 PKG_INSTALL:=1
@@ -32,7 +32,7 @@ endef
 
 define Package/transmission-daemon
   $(call Package/transmission/template)
-  DEPENDS:=+libcurl +libopenssl +libpthread +libevent2 +librt
+  DEPENDS:=+libcurl +libopenssl +libpthread +libevent2 +librt +libminiupnpc
   MENU:=1
 endef