diff options
author | John Crispin <blogic@openwrt.org> | 2014-03-30 19:03:12 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2014-03-30 19:03:12 +0000 |
commit | 8b51cfac711753ead85ab6345089d81afbfdd378 (patch) | |
tree | b2c54214627af44e3303152ef9881523dcad1501 /package/network/services/samba36/Makefile | |
parent | 744251d4f1810a0f2e0eea4ddc37442be2caa133 (diff) | |
download | upstream-8b51cfac711753ead85ab6345089d81afbfdd378.tar.gz upstream-8b51cfac711753ead85ab6345089d81afbfdd378.tar.bz2 upstream-8b51cfac711753ead85ab6345089d81afbfdd378.zip |
samba: update to 3.6.23
Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@40341 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/samba36/Makefile')
-rw-r--r-- | package/network/services/samba36/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/package/network/services/samba36/Makefile b/package/network/services/samba36/Makefile index 2644f7d565..e50d518d19 100644 --- a/package/network/services/samba36/Makefile +++ b/package/network/services/samba36/Makefile @@ -8,13 +8,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=samba -PKG_VERSION:=3.6.11 -PKG_RELEASE:=2 +PKG_VERSION:=3.6.15 +PKG_RELEASE:=1 PKG_SOURCE_URL:=http://ftp.samba.org/pub/samba \ - http://ftp.samba.org/pub/samba/old-versions + http://ftp.samba.org/pub/samba/stable PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=9039e0ab3e4fc632ff0a1a8f2433edb4 +PKG_MD5SUM:=d9424e9badb089bd51e6cfc752b21dfa PKG_LICENSE:=GPLv3 PKG_LICENSE_FILES:=COPYING |