comparison src/gsl.mk @ 4431:aade3b63d8d3

gsl: update to 2.4 * src/gsl.mk: update version, checksum
author John D
date Fri, 21 Jul 2017 16:35:46 -0400
parents d5a5b8e659de
children 07e793613a5b
comparison
equal deleted inserted replaced
4430:f4427fcc8b30 4431:aade3b63d8d3
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 := gsl 4 PKG := gsl
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.2.1 6 $(PKG)_VERSION := 2.4
7 $(PKG)_CHECKSUM := 2612a898aada49e90aa3069c712f172530f8d38f 7 $(PKG)_CHECKSUM := 5db17d71306139b811a218d8a8cf98e12e1f58ae
8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 9 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
10 $(PKG)_URL := http://ftp.gnu.org/gnu/$(PKG)/$($(PKG)_FILE) 10 $(PKG)_URL := http://ftp.gnu.org/gnu/$(PKG)/$($(PKG)_FILE)
11 $(PKG)_DEPS := 11 $(PKG)_DEPS :=
12 12