diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-03-05 03:41:39 (GMT) |
---|---|---|
committer | Viktor Szakats <vszakats@users.noreply.github.com> | 2017-03-10 13:59:00 (GMT) |
commit | 45d34aaac7be400a5befb5a7a67d3b7b0072bc92 (patch) | |
tree | 7e0c7bf6f06d4cf82695aa4add7c6beff849216f /plugins/apps | |
parent | 700f5c841fc1aa2b7bc15c317fd8f13c7e491e74 (diff) | |
download | mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.zip mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.gz mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.bz2 |
more URL updates
Diffstat (limited to 'plugins/apps')
-rw-r--r-- | plugins/apps/msmtp.mk | 4 | ||||
-rw-r--r-- | plugins/apps/qbittorrent.mk | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/plugins/apps/msmtp.mk b/plugins/apps/msmtp.mk index 3c74f10..a2eb019 100644 --- a/plugins/apps/msmtp.mk +++ b/plugins/apps/msmtp.mk @@ -6,12 +6,12 @@ $(PKG)_VERSION := 1.6.6 $(PKG)_CHECKSUM := da15db1f62bd0201fce5310adb89c86188be91cd745b7cb3b62b81a501e7fb5e $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.xz -$(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE) +$(PKG)_URL := https://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE) $(PKG)_OWNER := https://github.com/andrew-strong $(PKG)_DEPS := gcc gnutls libgcrypt libgpg_error libgsasl libiconv libidn libntlm define $(PKG)_UPDATE - $(WGET) -q -O- 'http://sourceforge.net/projects/msmtp/files/msmtp/' | \ + $(WGET) -q -O- 'https://sourceforge.net/projects/msmtp/files/msmtp/' | \ $(SED) -n 's,.*/\([0-9][^"]*\)/".*,\1,p' | \ head -1 endef diff --git a/plugins/apps/qbittorrent.mk b/plugins/apps/qbittorrent.mk index 06cc50d..8c3cd88 100644 --- a/plugins/apps/qbittorrent.mk +++ b/plugins/apps/qbittorrent.mk @@ -6,13 +6,13 @@ $(PKG)_VERSION := 3.3.4 $(PKG)_CHECKSUM := c0d0d4b72c240f113b59a061146803bc1b7926d3d7f39b06b50a4d26f5ad91b8 $(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)_URL := https://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$(PKG)/$(PKG)-$($(PKG)_VERSION)/$($(PKG)_FILE) +$(PKG)_WEBSITE := https://qbittorrent.org/ $(PKG)_OWNER := https://github.com/starius $(PKG)_DEPS := gcc boost libtorrent-rasterbar qt define $(PKG)_UPDATE - $(WGET) -q -O- 'http://www.qbittorrent.org/download.php' | \ + $(WGET) -q -O- 'https://www.qbittorrent.org/download.php' | \ $(SED) -n 's,.*qbittorrent-\([0-9][^"]*\)\.tar.*,\1,p' | \ head -1 endef |