changeset 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 e856d514bfb0
children cdf855c2f26f
files src/yasm.mk
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/yasm.mk	Tue Dec 02 12:36:28 2014 -0500
+++ b/src/yasm.mk	Tue Dec 02 12:39:48 2014 -0500
@@ -2,8 +2,8 @@
 # See index.html for further information.
 
 PKG             := yasm
-$(PKG)_VERSION  := 1.2.0
-$(PKG)_CHECKSUM := 773d28f27f83c44ac35079add0d3167ca6c1def8
+$(PKG)_VERSION  := 1.3.0
+$(PKG)_CHECKSUM := b7574e9f0826bedef975d64d3825f75fbaeef55e
 $(PKG)_SUBDIR   := $(PKG)-$($(PKG)_VERSION)
 $(PKG)_FILE     := $(PKG)-$($(PKG)_VERSION).tar.gz
 $(PKG)_URL      := http://www.tortall.net/projects/$(PKG)/releases/$($(PKG)_FILE)