comparison src/librsb.mk @ 5131:bdce378eb493

* src/librsb.mk: update to v1.2.0.8
author John Donoghue
date Tue, 23 Jul 2019 09:34:41 -0400
parents 506a61f959e4
children 3307ec11073e
comparison
equal deleted inserted replaced
5130:488bae83de82 5131:bdce378eb493
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-rc7 6 $(PKG)_VERSION := 1.2.0.8
7 $(PKG)_CHECKSUM := 66f66c74597228dfd7a3ba8215ad36a17b31f43b 7 $(PKG)_CHECKSUM := f2ba35b2996bfa031a24666e87d34629eb7cdbc2
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