comparison src/librsb.mk @ 6234:97c5f8da5036 release

* src/librsb.mk: update to 1.2.0.11
author Markus Mützel <markus.muetzel@gmx.de>
date Fri, 27 May 2022 12:24:32 +0200
parents 2db7f803d55d
children 86edd6018826
comparison
equal deleted inserted replaced
6233:40bc8ab1bbec 6234:97c5f8da5036
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.10 6 $(PKG)_VERSION := 1.2.0.11
7 $(PKG)_CHECKSUM := 44856577ab31080951f2b18fa9f84d7dc626b2cd 7 $(PKG)_CHECKSUM := 5c4e31e3e61f5b6b21a777b2e5093861e52da852
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 := 11 $(PKG)_DEPS :=
12 ifeq ($(USE_SYSTEM_GCC),no) 12 ifeq ($(USE_SYSTEM_GCC),no)