From ca9a6b69643472bb83e83b1a2d7b90e119ebc417 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Thu, 24 Nov 2016 04:30:38 +0300 Subject: add OWNER and WEBSITE fields to plugins/apps --- plugins/apps/qbittorrent.mk | 2 ++ plugins/apps/tor.mk | 2 ++ plugins/apps/wrk.mk | 2 ++ 3 files changed, 6 insertions(+) diff --git a/plugins/apps/qbittorrent.mk b/plugins/apps/qbittorrent.mk index 0078607..efe25f3 100644 --- a/plugins/apps/qbittorrent.mk +++ b/plugins/apps/qbittorrent.mk @@ -7,6 +7,8 @@ $(PKG)_CHECKSUM := c0d0d4b72c240f113b59a061146803bc1b7926d3d7f39b06b50a4d26f5ad9 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(PKG)-$($(PKG)_VERSION)/$($(PKG)_FILE) +$(PKG)_WEBSITE := http://qbittorrent.org/ +$(PKG)_OWNER := https://github.com/starius $(PKG)_DEPS := gcc libtorrent-rasterbar qt boost define $(PKG)_UPDATE diff --git a/plugins/apps/tor.mk b/plugins/apps/tor.mk index 6b7e3f4..4ac4e72 100644 --- a/plugins/apps/tor.mk +++ b/plugins/apps/tor.mk @@ -7,6 +7,8 @@ $(PKG)_CHECKSUM := 0542c0efe43b86619337862fa7eb02c7a74cb23a79d587090628a5f0f1224 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://torproject.org/dist/$($(PKG)_FILE) +$(PKG)_WEBSITE := https://torproject.org/ +$(PKG)_OWNER := https://github.com/starius $(PKG)_DEPS := gcc libevent openssl zlib define $(PKG)_UPDATE diff --git a/plugins/apps/wrk.mk b/plugins/apps/wrk.mk index 656040d..d41d50f 100644 --- a/plugins/apps/wrk.mk +++ b/plugins/apps/wrk.mk @@ -7,6 +7,8 @@ $(PKG)_CHECKSUM := c03bbc283836cb4b706eb6bfd18e724a8ce475e2c16154c13c6323a845b43 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz $(PKG)_URL := https://github.com/wg/wrk/archive/$($(PKG)_VERSION).tar.gz +$(PKG)_WEBSITE := https://github.com/wg/wrk +$(PKG)_OWNER := https://github.com/starius $(PKG)_DEPS := gcc luajit openssl pthreads define $(PKG)_UPDATE -- cgit v0.12