From 2e0a3ff69ccaa2279e8ca887e17d838e9e71ae8f Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Wed, 3 Mar 2021 12:18:06 +0800 Subject: [PATCH] simple-torrent: update to 1.2.14 Signed-off-by: Tianling Shen --- package/ctcgfw/simple-torrent/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/package/ctcgfw/simple-torrent/Makefile b/package/ctcgfw/simple-torrent/Makefile index a8a58b0d27..92a5d4b45e 100644 --- a/package/ctcgfw/simple-torrent/Makefile +++ b/package/ctcgfw/simple-torrent/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=simple-torrent -PKG_VERSION:=1.2.12 -PKG_RELEASE:=2 +PKG_VERSION:=1.2.14 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/boypt/simple-torrent/tar.gz/$(PKG_VERSION)? -PKG_HASH:=82cfa9cd9e9dca839ad542a24ecf67073fbcb703f9d890381148be99e8689716 +PKG_HASH:=e3b3357ab8eb9431ec7c22b2f453d219cfe0652c5c26bbf0a052c99271cbf6a5 PKG_LICENSE:=AGPL-3.0 PKG_LICENSE_FILES:=LICENSE @@ -41,7 +41,7 @@ define Package/simple-torrent CATEGORY:=Network SUBMENU:=BitTorrent TITLE:=A self-hosted remote torrent client - URL:=https://github.com/ginuerzh/gost + URL:=https://github.com/boypt/simple-torrent DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle +libstdcpp endef