comparison src/pstoedit.mk @ 5258:57dd959b3713

pstoedit: update to v3.75 * src/pstoedit-1-fixes.patch, src/pstoedit-2-gs.patch: update patch * src/pstoedit.mk: update version, checksum
author John Donoghue
date Mon, 06 Jan 2020 13:02:08 -0500
parents a4032c689799
children 8d61de83cf90
comparison
equal deleted inserted replaced
5257:1927e90b6f63 5258:57dd959b3713
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 := pstoedit 4 PKG := pstoedit
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 3.74 6 $(PKG)_VERSION := 3.75
7 $(PKG)_CHECKSUM := 88aabbfc602856184419f212e439438c7229b9c0 7 $(PKG)_CHECKSUM := b0fa3356efdca67bbc0c7c9145827c31384a6cc6
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 := https://sourceforge.net/projects/pstoedit/files/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)/download 10 $(PKG)_URL := https://sourceforge.net/projects/pstoedit/files/$(PKG)/$($(PKG)_VERSION)/$($(PKG)_FILE)/download
11 $(PKG)_DEPS := plotutils 11 $(PKG)_DEPS := plotutils
12 12