comparison src/msys-bash.mk @ 4559:cb76b5f50b68

msys-*: updates to current latest * src/msys-bash.mk, src/src-msys-bash.mk: update version, checksum for 3.1.23-1 * src/msys-dos2unix.mk, src/src-msys-dos2unix.mk: update version, checksum for 7.3.2-1
author John D
date Wed, 29 Nov 2017 16:05:10 -0500
parents d95b8b84cea7
children
comparison
equal deleted inserted replaced
4558:7e8c6bb47c21 4559:cb76b5f50b68
1 # This file is part of MXE. 1 # This file is part of MXE.
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := msys-bash 4 PKG := msys-bash
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.1.17-4 6 $(PKG)_VERSION := 3.1.23-1
7 $(PKG)_CHECKSUM := 2c0d36bcd474a9d1232cfe35aea6f1beb477b78a 7 $(PKG)_CHECKSUM := b6ef3399b8d76b5fbbd0a88774ebc2a90e8af13a
8 $(PKG)_REMOTE_SUBDIR := bash/bash-$($(PKG)_VERSION) 8 $(PKG)_REMOTE_SUBDIR := bash/bash-$($(PKG)_VERSION)
9 $(PKG)_SUBDIR := 9 $(PKG)_SUBDIR :=
10 $(PKG)_FILE := bash-$($(PKG)_VERSION)-msys-1.0.16-bin.tar.lzma 10 $(PKG)_FILE := bash-$($(PKG)_VERSION)-msys-1.0.18-bin.tar.xz
11 $(PKG)_URL := $(MSYS_BASE_URL)/$($(PKG)_REMOTE_SUBDIR)/$($(PKG)_FILE)/download 11 $(PKG)_URL := $(MSYS_BASE_URL)/$($(PKG)_REMOTE_SUBDIR)/$($(PKG)_FILE)/download
12
12 $(PKG)_DEPS := 13 $(PKG)_DEPS :=
13 14
14 define $(PKG)_UPDATE 15 define $(PKG)_UPDATE
15 $(WGET) -q -O- '$(MSYS_BASE_URL)/bash' | \ 16 $(WGET) -q -O- '$(MSYS_BASE_URL)/bash' | \
16 $(SED) -n 's,.*title="bash-\([0-9][^"]*\)".*,\1,p' | \ 17 $(SED) -n 's,.*title="bash-\([0-9][^"]*\)".*,\1,p' | \