diff options
author | Maxim Storchak <m.storchak@gmail.com> | 2016-05-28 14:28:23 +0300 |
---|---|---|
committer | Maxim Storchak <m.storchak@gmail.com> | 2016-05-28 23:49:19 +0300 |
commit | 5e78ccfa35a8ec3311f7697019fb445a25ed9b34 (patch) | |
tree | 42cdd64e9adda56186b28c3a92ba413901d7b027 /net/tgt/Makefile | |
parent | e188051d3768c87b53788d43b5b7aa1a5afc3d62 (diff) |
tgt: update to 1.0.64
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Diffstat (limited to 'net/tgt/Makefile')
-rw-r--r-- | net/tgt/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/tgt/Makefile b/net/tgt/Makefile index 93c1a88de..266dfb2eb 100644 --- a/net/tgt/Makefile +++ b/net/tgt/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2012-2015 OpenWrt.org +# Copyright (C) 2012-2016 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -7,8 +7,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tgt -PKG_VERSION:=1.0.61 -PKG_REV:=f13345e12f49e5bcae2cfd6c5c7d530b328753f0 +PKG_VERSION:=1.0.64 +PKG_REV:=c4d6222b996cae8065fbede9fb2fa2b3cc48290d PKG_RELEASE:=1 PKG_USE_MIPS16:=0 |