diff options
author | Maxim Storchak <m.storchak@gmail.com> | 2020-11-09 12:49:59 +0200 |
---|---|---|
committer | Maxim Storchak <m.storchak@gmail.com> | 2020-11-09 12:49:59 +0200 |
commit | a0af732541dea7e203ec5c6ed0e6dcadc3176801 (patch) | |
tree | b6c4642a821947ba346f9800212df6bb7e34e04f /net/tgt/Makefile | |
parent | 5c6a3f78a8a9ecf899a186eb81f7c99860277206 (diff) |
tgt: update to 1.0.80
- add runtime test
- drop the patch that has gone upstream
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 4f8307188..6abaae119 100644 --- a/net/tgt/Makefile +++ b/net/tgt/Makefile @@ -4,12 +4,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tgt -PKG_VERSION:=1.0.79 -PKG_RELEASE:=3 +PKG_VERSION:=1.0.80 +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:=6736d799a202ff665549359859441c6d2b5e3425bffef9ee60ab5a101342a40d +PKG_HASH:=e2255482f1a2797c115a6d545c37428b10a4ba6276a2af787da5378fa4e34e75 PKG_MAINTAINER:=Maxim Storchak <m.storchak@gmail.com> PKG_LICENSE:=GPL-2.0-only |