comparison src/libbiosig.mk @ 6187:1d3ec84b2a49 release

biosig: Update to version 2.4.1 (patch #10189). * src/libbiosig.mk: Update version and checksum. Change file name. Remove dependencies. * src/opkg-biosig.mk: Update version and checksum.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 23 Apr 2022 15:42:36 +0200
parents fbe6eb75e6d6
children 978241c3e957
comparison
equal deleted inserted replaced
6185:8df7db467c66 6187:1d3ec84b2a49
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := libbiosig 4 PKG := libbiosig
5 $(PKG)_WEBSITE := http://biosig.sf.net/ 5 $(PKG)_WEBSITE := http://biosig.sf.net/
6 $(PKG)_IGNORE := 6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 2.4.0 7 $(PKG)_VERSION := 2.4.1
8 $(PKG)_CHECKSUM := 665b64d67382c3fc21b0751e0a09026cad71c5ad 8 $(PKG)_CHECKSUM := 746d86399125d29affe6fa8683200aebc9baa3ff
9 $(PKG)_SUBDIR := biosig-$($(PKG)_VERSION) 9 $(PKG)_SUBDIR := biosig-$($(PKG)_VERSION)
10 $(PKG)_FILE := biosig-$($(PKG)_VERSION).src.tar.gz 10 $(PKG)_FILE := biosig-$($(PKG)_VERSION).src.tar.xz
11 $(PKG)_URL := https://sourceforge.net/projects/biosig/files/BioSig%20for%20C_C%2B%2B/src/$($(PKG)_FILE) 11 $(PKG)_URL := https://sourceforge.net/projects/biosig/files/BioSig%20for%20C_C%2B%2B/src/$($(PKG)_FILE)
12 $(PKG)_DEPS := suitesparse zlib libb64 libiberty libiconv lapack tinyxml dcmtk 12 $(PKG)_DEPS := suitesparse zlib libb64 libiconv tinyxml dcmtk
13 13
14 define $(PKG)_UPDATE 14 define $(PKG)_UPDATE
15 $(WGET) -q -O- 'https://biosig.sourceforge.io/download.html' | \ 15 $(WGET) -q -O- 'https://biosig.sourceforge.io/download.html' | \
16 $(SED) -n 's_.*>v\([0-9]\.[0-9]\.[0-9]\)<.*_\1_p' | \ 16 $(SED) -n 's_.*>v\([0-9]\.[0-9]\.[0-9]\)<.*_\1_p' | \
17 head -1 17 head -1