diff options
author | Maxim Storchak <m.storchak@gmail.com> | 2019-05-06 15:45:19 +0300 |
---|---|---|
committer | Maxim Storchak <m.storchak@gmail.com> | 2019-05-06 20:08:39 +0300 |
commit | e8248bd86e74a16f06f01530770da56cb171b3b3 (patch) | |
tree | 15dc86207c55723e0f134d5877567ff3e6cf3b75 /net/tgt/Makefile | |
parent | 1ccfdcc5b573f4a09af6804ced9d7c1831697d2c (diff) |
tgt: update to 1.0.77
- update to 1.0.77
- apply patches from Rosen Penev for compatibility with uClibc-ng
- add an option for rotation_rate selection
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
Diffstat (limited to 'net/tgt/Makefile')
-rw-r--r-- | net/tgt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tgt/Makefile b/net/tgt/Makefile index fa65f3c75..1c4c6522d 100644 --- a/net/tgt/Makefile +++ b/net/tgt/Makefile @@ -4,12 +4,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tgt -PKG_VERSION:=1.0.76 +PKG_VERSION:=1.0.77 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/fujita/tgt/tar.gz/v$(PKG_VERSION)? -PKG_HASH:=fda84ae0cfc71e2b67ca2d073978f60cb52feea5a697601938ff86656bfdd8f9 +PKG_HASH:=7eab72f47e69102c709be2b48b11228470d7a84c88e64f5c354b83ed84d2d04e PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com> PKG_LICENSE:=GPL-2.0 |