comparison src/gl2ps.mk @ 4419:fd68c5ebc5c0

gl2ps: update to 1.4.0 * src/gl2ps.mk: update version, checksum
author John D
date Fri, 14 Jul 2017 11:53:47 -0400
parents 8d7b7eb20e90
children 903796b2fcb6
comparison
equal deleted inserted replaced
4418:4271f931dac0 4419:fd68c5ebc5c0
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 := gl2ps 4 PKG := gl2ps
5 $(PKG)_VERSION := 1.3.9 5 $(PKG)_VERSION := 1.4.0
6 $(PKG)_CHECKSUM := 3a827b0f5f6199011153f76c5617d445e8369baa 6 $(PKG)_CHECKSUM := a39a93d75050b9ee98bde4fc47bf6d9162bfc5cd
7 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)-source 7 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)-source
8 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tgz 8 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tgz
9 $(PKG)_URL := http://geuz.org/$(PKG)/src/$($(PKG)_FILE) 9 $(PKG)_URL := http://geuz.org/$(PKG)/src/$($(PKG)_FILE)
10 $(PKG)_DEPS := libpng zlib 10 $(PKG)_DEPS := libpng zlib
11 11