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 /src/ucl.mk | |
parent | 700f5c841fc1aa2b7bc15c317fd8f13c7e491e74 (diff) | |
download | mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.zip mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.gz mxe-45d34aaac7be400a5befb5a7a67d3b7b0072bc92.tar.bz2 |
more URL updates
Diffstat (limited to 'src/ucl.mk')
-rw-r--r-- | src/ucl.mk | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -1,20 +1,20 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := ucl -$(PKG)_WEBSITE := http://www.oberhumer.com/opensource/ucl/ +$(PKG)_WEBSITE := https://www.oberhumer.com/opensource/ucl/ $(PKG)_DESCR := UCL $(PKG)_IGNORE := $(PKG)_VERSION := 1.03 $(PKG)_CHECKSUM := b865299ffd45d73412293369c9754b07637680e5c826915f097577cd27350348 $(PKG)_SUBDIR := ucl-$($(PKG)_VERSION) $(PKG)_FILE := ucl-$($(PKG)_VERSION).tar.gz -$(PKG)_URL := http://www.oberhumer.com/opensource/ucl/download/$($(PKG)_FILE) +$(PKG)_URL := https://www.oberhumer.com/opensource/ucl/download/$($(PKG)_FILE) $(PKG)_DEPS := gcc $(PKG)_DEPS_$(BUILD) := $(PKG)_TARGETS := $(BUILD) $(MXE_TARGETS) define $(PKG)_UPDATE - $(WGET) -q -O- 'http://www.oberhumer.com/opensource/ucl/' | \ + $(WGET) -q -O- 'https://www.oberhumer.com/opensource/ucl/' | \ $(SED) -n 's,.*ucl-\([0-9][^"]*\)\.tar.*,\1,p' | \ head -1 endef |