summaryrefslogtreecommitdiffstats
path: root/src/libssh2.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/libssh2.mk')
-rw-r--r--src/libssh2.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libssh2.mk b/src/libssh2.mk
index d827de0..43fa67b 100644
--- a/src/libssh2.mk
+++ b/src/libssh2.mk
@@ -1,17 +1,17 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := libssh2
-$(PKG)_WEBSITE := https://www.libssh2.org/
+$(PKG)_WEBSITE := https://libssh2.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.8.0
$(PKG)_CHECKSUM := 39f34e2f6835f4b992cafe8625073a88e5a28ba78f83e8099610a7b3af4676d4
$(PKG)_SUBDIR := libssh2-$($(PKG)_VERSION)
$(PKG)_FILE := libssh2-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := https://www.libssh2.org/download/$($(PKG)_FILE)
+$(PKG)_URL := https://libssh2.org/download/$($(PKG)_FILE)
$(PKG)_DEPS := gcc libgcrypt zlib
define $(PKG)_UPDATE
- $(WGET) -q -O- 'https://www.libssh2.org/download/?C=M;O=D' | \
+ $(WGET) -q -O- 'https://libssh2.org/download/?C=M;O=D' | \
grep 'libssh2-' | \
$(SED) -n 's,.*libssh2-\([0-9][^>]*\)\.tar.*,\1,p' | \
head -1