comparison src/opkg-biosig.mk @ 6130:ed702ff01c8e release

opkg-biosig: Update to version 2.4.0. * src/opkg-biosig.mk: Update version and checksum. * src/opkg-biosig-1-skip-test.patch: Add new patch. * dist-files.mk: Add new file to list.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 19 Mar 2022 18:23:12 +0100
parents 9cddbf0c85fa
children 1d3ec84b2a49
comparison
equal deleted inserted replaced
6129:fbe6eb75e6d6 6130:ed702ff01c8e
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 := opkg-biosig 4 PKG := opkg-biosig
5 $(PKG)_IGNORE := 5 $(PKG)_IGNORE :=
6 $(PKG)_VERSION := 2.3.2 6 $(PKG)_VERSION := 2.4.0
7 $(PKG)_CHECKSUM := 184c28c0625caafc3c8fb1e820ed7336bb218473 7 $(PKG)_CHECKSUM := c743104205d09c0ad7de0e4d6718f90c29fa1c56
8 $(PKG)_SUBDIR := biosig4octave-$($(PKG)_VERSION) 8 $(PKG)_SUBDIR := biosig4octave-$($(PKG)_VERSION)
9 $(PKG)_FILE := $($(PKG)_SUBDIR).src.tar.gz 9 $(PKG)_FILE := $($(PKG)_SUBDIR).src.tar.gz
10 $(PKG)_URL := https://pub.ist.ac.at/~schloegl/biosig/prereleases/$($(PKG)_FILE) 10 $(PKG)_URL := https://pub.ist.ac.at/~schloegl/biosig/prereleases/$($(PKG)_FILE)
11 $(PKG)_DEPS := libbiosig 11 $(PKG)_DEPS := libbiosig
12 12