From f6ade70bca3af474c9ec260f743a3035f9013946 Mon Sep 17 00:00:00 2001 From: Ryan Keane Date: Mon, 18 Nov 2024 05:47:29 -0800 Subject: [PATCH] transmission-web-control: Update to 20240408 Update to commit f02a47aff2680de10c2269e22a3d0b37a318dbcd Change TITLE variable to make it easier to understand. Signed-off-by: Ryan Keane --- net/transmission-web-control/Makefile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/net/transmission-web-control/Makefile b/net/transmission-web-control/Makefile index 387bb531fe..e8da15e6ef 100644 --- a/net/transmission-web-control/Makefile +++ b/net/transmission-web-control/Makefile @@ -1,13 +1,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=transmission-web-control -PKG_RELEASE:=3 +PKG_RELEASE:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://github.com/ronggang/transmission-web-control -PKG_SOURCE_DATE:=2021-09-25 -PKG_SOURCE_VERSION:=4b2e1858f7a46ee678d5d1f3fa1a6cf2c739b88a -PKG_MIRROR_HASH:=0134b0d03cfc0e0769a2e751caa307f2fd48639bab9bd4d2f3ab720ad04e6ced +PKG_SOURCE_DATE:=2024-04-08 +PKG_SOURCE_VERSION:=f02a47aff2680de10c2269e22a3d0b37a318dbcd +PKG_MIRROR_HASH:=1619393eee11235c12aa6efec19fea75332d55fc19c9b5151ae019a97bbd65e3 PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE @@ -21,7 +21,7 @@ define Package/transmission-web-control SUBMENU:=BitTorrent DEPENDS:=+transmission-daemon CONFLICTS:=transmission-web - TITLE:=Transmission Web Control + TITLE:=A custom web UI for Transmission URL:=https://github.com/ronggang/transmission-web-control PKGARCH:=all endef -- 2.30.2