comparison src/yasm.mk @ 3752:9330999df0c2

yasm: update to 1.3.0 * src/yasm.mk: update version, checksum
author John Donoghue
date Tue, 02 Dec 2014 12:39:48 -0500
parents e9db4d0c50e5
children 4b8764444acb
comparison
equal deleted inserted replaced
3751:e856d514bfb0 3752:9330999df0c2
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 := yasm 4 PKG := yasm
5 $(PKG)_VERSION := 1.2.0 5 $(PKG)_VERSION := 1.3.0
6 $(PKG)_CHECKSUM := 773d28f27f83c44ac35079add0d3167ca6c1def8 6 $(PKG)_CHECKSUM := b7574e9f0826bedef975d64d3825f75fbaeef55e
7 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION) 7 $(PKG)_SUBDIR := $(PKG)-$($(PKG)_VERSION)
8 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz 8 $(PKG)_FILE := $(PKG)-$($(PKG)_VERSION).tar.gz
9 $(PKG)_URL := http://www.tortall.net/projects/$(PKG)/releases/$($(PKG)_FILE) 9 $(PKG)_URL := http://www.tortall.net/projects/$(PKG)/releases/$($(PKG)_FILE)
10 $(PKG)_DEPS := 10 $(PKG)_DEPS :=
11 11