summaryrefslogtreecommitdiffstats
path: root/src/subversion.mk
diff options
context:
space:
mode:
authorViktor Szakats <vszakats@users.noreply.github.com>2017-03-05 03:41:39 (GMT)
committerViktor Szakats <vszakats@users.noreply.github.com>2017-03-10 13:59:00 (GMT)
commit45d34aaac7be400a5befb5a7a67d3b7b0072bc92 (patch)
tree7e0c7bf6f06d4cf82695aa4add7c6beff849216f /src/subversion.mk
parent700f5c841fc1aa2b7bc15c317fd8f13c7e491e74 (diff)
downloadmxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.zip
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.gz
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.bz2
more URL updates
Diffstat (limited to 'src/subversion.mk')
-rw-r--r--src/subversion.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/subversion.mk b/src/subversion.mk
index 1ba08ee..ca42ee4 100644
--- a/src/subversion.mk
+++ b/src/subversion.mk
@@ -1,18 +1,18 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := subversion
-$(PKG)_WEBSITE := http://subversion.apache.org
+$(PKG)_WEBSITE := https://subversion.apache.org/
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.9.4
$(PKG)_CHECKSUM := 1267f9e2ab983f260623bee841e6c9cc458bf4bf776238ed5f100983f79e9299
$(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.bz2
-$(PKG)_URL := http://archive.apache.org/dist/subversion/$($(PKG)_FILE)
+$(PKG)_URL := https://archive.apache.org/dist/subversion/$($(PKG)_FILE)
$(PKG)_URL_2 := http://mirror.23media.de/apache/$(PKG)/$($(PKG)_FILE)
$(PKG)_DEPS := gcc apr apr-util openssl sqlite
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://subversion.apache.org/download.cgi' | \
+ $(WGET) -q -O- 'https://subversion.apache.org/download.cgi' | \
$(SED) -n 's,.*#recommended-release">\([0-9][^<]*\)<.*,\1,p' | \
head -1
endef