aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Storchak <m.storchak@gmail.com>2022-04-25 12:11:31 +0300
committerRosen Penev <rosenp@gmail.com>2022-04-25 12:12:47 -0700
commit613d4249c5e60ca2553f2c312e1c42e11db94678 (patch)
treea7d65ee3092a03a9c827d1ac9c189ee44f2cf0b5
parent9f28d3fa55ede4ac8a1f1c1e8156cec4edcbc778 (diff)
tgt: update to 1.0.82
Signed-off-by: Maxim Storchak <m.storchak@gmail.com>
-rw-r--r--net/tgt/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/tgt/Makefile b/net/tgt/Makefile
index 5ff0e2dbc..dbc790deb 100644
--- a/net/tgt/Makefile
+++ b/net/tgt/Makefile
@@ -4,12 +4,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=tgt
-PKG_VERSION:=1.0.81
-PKG_RELEASE:=1
+PKG_VERSION:=1.0.82
+PKG_RELEASE:=$(AUTORELEASE)
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/fujita/tgt/tar.gz/v$(PKG_VERSION)?
-PKG_HASH:=f8a285549456f13fecf628131a73934ffcbb701bacb7d5802acee7b515ab5452
+PKG_HASH:=35156277465e0ced5f3ca7e301110a937a7a2b90bbb5aecbca1349b91ada1c2c
PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com>
PKG_LICENSE:=GPL-2.0-only
@@ -32,7 +32,7 @@ define Package/tgt/description
The Linux target framework (tgt) is a user space SCSI target framework
that supports the iSCSI and iSER transport protocols and that also
supports multiple methods for accessing block storage. Tgt consists of
-a user-space daemon and user-space tools.
+user-space daemon and tools.
endef
define Build/Compile