diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2017-12-09 16:13:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-09 16:13:56 +0200 |
commit | 69dd5ba7f33e092d457f99bfc78f0253bd5b9365 (patch) | |
tree | 81d43404fbd4e3c06702efc3ee4ccfdfc0afc981 | |
parent | 891713c3754576438a58c69135ed874fd85e529e (diff) | |
parent | 1915975979063b1ced97566686b44263390b701d (diff) |
Merge pull request #5250 from mstorchak/tgt
tgt: update to 1.0.72
-rw-r--r-- | net/tgt/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/tgt/Makefile b/net/tgt/Makefile index 82d11030f..43f98243b 100644 --- a/net/tgt/Makefile +++ b/net/tgt/Makefile @@ -7,8 +7,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tgt -PKG_VERSION:=1.0.65 -PKG_REV:=c8f86393d2ea3f37b64963f66af240f17d88b43d +PKG_VERSION:=1.0.72 +PKG_REV:=8f94634a7bd0a0e15a5a0f7a398341ff0f896752 +PKG_MIRROR_HASH:=3cc0fc63c45cf87b97c28a29f946b9ec54486ad761b5cadb36ce6e07928f5045 PKG_RELEASE:=1 PKG_USE_MIPS16:=0 |