comparison src/src-msys-libopenssl.mk @ 4619:4eb3a598f57c

* src/src-msys-libopenssl.mk: update PKG_UPDATE
author John D
date Sat, 10 Mar 2018 07:14:08 -0500
parents 5ad15d20d11b
children
comparison
equal deleted inserted replaced
4618:de2eedecd6ba 4619:4eb3a598f57c
11 $(PKG)_URL := $(MSYS_EXTENSION_URL)/$($(PKG)_REMOTE_SUBDIR)/$($(PKG)_FILE)/download 11 $(PKG)_URL := $(MSYS_EXTENSION_URL)/$($(PKG)_REMOTE_SUBDIR)/$($(PKG)_FILE)/download
12 $(PKG)_DEPS := 12 $(PKG)_DEPS :=
13 13
14 define $(PKG)_UPDATE 14 define $(PKG)_UPDATE
15 $(WGET) -q -O- '$(MSYS_EXTENSION_URL)/openssl' | \ 15 $(WGET) -q -O- '$(MSYS_EXTENSION_URL)/openssl' | \
16 $(SED) -n 's,.*title="libopenssl-\([0-9][^"]*\)".*,\1,p' | \ 16 $(SED) -n 's,.*title="openssl-\([0-9][^"]*\)".*,\1,p' | \
17 head -1 17 head -1
18 endef 18 endef
19 19
20 define $(PKG)_BUILD 20 define $(PKG)_BUILD
21 endef 21 endef