From 613d4249c5e60ca2553f2c312e1c42e11db94678 Mon Sep 17 00:00:00 2001 From: Maxim Storchak Date: Mon, 25 Apr 2022 12:11:31 +0300 Subject: [PATCH] tgt: update to 1.0.82 Signed-off-by: Maxim Storchak --- net/tgt/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/net/tgt/Makefile b/net/tgt/Makefile index 5ff0e2dbc0..dbc790deb6 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 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