comparison src/biosig.mk @ 5809:ac813229ff2c release

biosig: Update to version 2.3.1 * src/biosig.mk: Update version and checksum. See: https://octave.discourse.group/t/1380
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 25 Jul 2021 12:08:43 +0200
parents fa5ce462f09d
children
comparison
equal deleted inserted replaced
5801:dc8aa1892127 5809:ac813229ff2c
2 # See index.html for further information. 2 # See index.html for further information.
3 3
4 PKG := biosig 4 PKG := biosig
5 $(PKG)_WEBSITE := http://biosig.sf.net/ 5 $(PKG)_WEBSITE := http://biosig.sf.net/
6 $(PKG)_IGNORE := 6 $(PKG)_IGNORE :=
7 $(PKG)_VERSION := 2.2.1 7 $(PKG)_VERSION := 2.3.1
8 $(PKG)_CHECKSUM := f16bfc7e0f05901e09283020d7cd565bed13c75e 8 $(PKG)_CHECKSUM := adaa0c2f8fb4e8ae0f7d96a79967b7ffae6a9848
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.gz
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 libiberty libiconv lapack tinyxml dcmtk
13 13