comparison src/opkg-biosig.mk @ 6634:e14884885b7c release

biosig: Update to version 2.5.0 (patch #10313). * src/libbiosig.mk: Update version and checksum. * src/opkg-biosig.mk: Update version and checksum. Change download URL.
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 18 Feb 2023 17:52:36 +0100
parents e9e0f6a205e2
children dba925324821
comparison
equal deleted inserted replaced
6633:44af1a7c4aa5 6634:e14884885b7c
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.4.3 6 $(PKG)_VERSION := 2.5.0
7 $(PKG)_CHECKSUM := 525dd4eeadff706b5d4803c458acc2c27a85b194 7 $(PKG)_CHECKSUM := a9db5db6dd1b8f38ea4f279bc32769247911b9db
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://sourceforge.net/projects/biosig/files/Biosig%20for%20Octave/$($(PKG)_FILE)
11 $(PKG)_DEPS := libbiosig 11 $(PKG)_DEPS := libbiosig
12 12
13 ifeq ($(ENABLE_BINARY_PACKAGES),yes) 13 ifeq ($(ENABLE_BINARY_PACKAGES),yes)
14 $(PKG)_DEPS += $(OCTAVE_TARGET) 14 $(PKG)_DEPS += $(OCTAVE_TARGET)
15 endif 15 endif