comparison src/librsb.mk @ 4397:7619117e7a73

librsb: update to 1.2.0-rc7 * src/librsb.mk: update version, checksum
author John D
date Wed, 07 Jun 2017 17:57:13 -0400
parents ce6c155a45ba
children 58c55baead8f
comparison
equal deleted inserted replaced
4396:2044ff84d431 4397:7619117e7a73
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-rc6 6 $(PKG)_VERSION := 1.2.0-rc7
7 $(PKG)_CHECKSUM := 65393302cb0e34c12723229391b0fbcca31640ba 7 $(PKG)_CHECKSUM := 66f66c74597228dfd7a3ba8215ad36a17b31f43b
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