diff options
author | Maxim Storchak <m.storchak@gmail.com> | 2015-11-08 12:34:41 +0200 |
---|---|---|
committer | Maxim Storchak <m.storchak@gmail.com> | 2015-11-08 20:51:40 +0200 |
commit | 6f5f84d51453e0b8956b3ade7716077217d1b1d0 (patch) | |
tree | f2c911eda74306bd0e7c199f72535d88484c20fc /utils/acl/Makefile | |
parent | 5ec2a5e8106b0e8723050f6ae4291e21ffc94f85 (diff) |
acl: update to 20150921
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Diffstat (limited to 'utils/acl/Makefile')
-rw-r--r-- | utils/acl/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/acl/Makefile b/utils/acl/Makefile index 8f3ea7dcc..d7e7a572e 100644 --- a/utils/acl/Makefile +++ b/utils/acl/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2014 OpenWrt.org +# Copyright (C) 2014-2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=acl -PKG_REV:=62ce6354ef5a8eb5644908748f79c8cd18474d4c -PKG_VERSION:=20140812 +PKG_REV:=fa03d2475682e4ab345c9a63bd6b88117bd45f0f +PKG_VERSION:=20150921 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |