comparison src/librsb.mk @ 4203:f2721809fb7a

librsb: update to 1.2.0-rc5 * src/librsb.mk: update version, checksum
author John D
date Thu, 01 Sep 2016 09:55:32 -0400
parents b7c4178dadc4
children 460c87427a67
comparison
equal deleted inserted replaced
4202:3721c8061b7f 4203:f2721809fb7a
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 := librsb 4 PKG := librsb
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 1.2.0-rc4 6 $(PKG)_VERSION := 1.2.0-rc5
7 $(PKG)_CHECKSUM := 677731a1c2a814f5ae6be85f085c9bdc249bf658 7 $(PKG)_CHECKSUM := d98c7675ec2a41f559cc920a072fcac94e8ff673
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 := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$($(PKG)_FILE) 10 $(PKG)_URL := http://$(SOURCEFORGE_MIRROR)/project/$(PKG)/$($(PKG)_FILE)
11 $(PKG)_DEPS := libgomp 11 $(PKG)_DEPS := libgomp
12 12