comparison src/gl2ps.mk @ 4050:8d7b7eb20e90

upgrade gl2ps to version 1.3.9 *gl2ps.mk: update version and checksum
author Avinoam
date Tue, 20 Oct 2015 20:04:01 +0300
parents 38fb4dfff1fa
children fd68c5ebc5c0
comparison
equal deleted inserted replaced
4049:d882a15af20e 4050:8d7b7eb20e90
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.8 5 $(PKG)_VERSION := 1.3.9
6 $(PKG)_CHECKSUM := 792e11db0fe7a30a4dc4491af5098b047ec378b1 6 $(PKG)_CHECKSUM := 3a827b0f5f6199011153f76c5617d445e8369baa
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