summaryrefslogtreecommitdiffstats
path: root/src/cppunit.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/cppunit.mk
parent700f5c841fc1aa2b7bc15c317fd8f13c7e491e74 (diff)
downloadmxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.zip
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.gz
mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.bz2
more URL updates
Diffstat (limited to 'src/cppunit.mk')
-rw-r--r--src/cppunit.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/cppunit.mk b/src/cppunit.mk
index cd9524b..d691f4b 100644
--- a/src/cppunit.mk
+++ b/src/cppunit.mk
@@ -1,18 +1,18 @@
# This file is part of MXE. See LICENSE.md for licensing information.
PKG := cppunit
-$(PKG)_WEBSITE := http://www.freedesktop.org/wiki/Software/cppunit/
+$(PKG)_WEBSITE := https://www.freedesktop.org/wiki/Software/cppunit/
$(PKG)_DESCR := CppUnit
$(PKG)_IGNORE :=
$(PKG)_VERSION := 1.13.2
$(PKG)_CHECKSUM := 3f47d246e3346f2ba4d7c9e882db3ad9ebd3fcbd2e8b732f946e0e3eeb9f429f
$(PKG)_SUBDIR := cppunit-$($(PKG)_VERSION)
$(PKG)_FILE := cppunit-$($(PKG)_VERSION).tar.gz
-$(PKG)_URL := http://dev-www.libreoffice.org/src/$($(PKG)_FILE)
+$(PKG)_URL := https://dev-www.libreoffice.org/src/$($(PKG)_FILE)
$(PKG)_DEPS := gcc
define $(PKG)_UPDATE
- $(WGET) -q -O- 'http://dev-www.libreoffice.org/src/' | \
+ $(WGET) -q -O- 'https://dev-www.libreoffice.org/src/' | \
$(SED) -n 's,.*href="cppunit-\([0-9][^"]*\)\.tar.*,\1,p' | \
$(SORT) -Vr | \
head -1