Skip to content

Commit a6a4e2f

Browse files
committed
Update for first hvcc packaging tests
Signed-off-by: falkTX <falktx@falktx.com>
1 parent e4a70e4 commit a6a4e2f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

plugins-dep/package/dpf/dpf.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
######################################
66

7-
DPF_VERSION = e045225a6c08d437d0bcf8400da9b0783291b4a9
7+
DPF_VERSION = 6b042628933f220a05571bde6a02fe0198a96b5d
88
DPF_SITE = $(call github,DISTRHO,DPF,$(DPF_VERSION))
99
DPF_INSTALL_STAGING = YES
1010

plugins-dep/package/hvcc/hvcc.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66

77
# taken from https://github.com/Wasted-Audio/hvcc/actions/runs/11177587501/artifacts/2015031571
88
HVCC_SITE = https://falktx.berlin/data/mod
9-
HVCC_VERSION = 0.12.1+git20240710
9+
HVCC_VERSION = 0.12.1
1010
HVCC_SOURCE = hvcc-$(HVCC_VERSION).tar.gz
1111
HVCC_INSTALL_STAGING = YES
1212

1313
define HVCC_INSTALL_STAGING_CMDS
1414
$(INSTALL) -d $(STAGING_DIR)/usr/bin
15-
install -m 755 $(@D)/hvcc $(STAGING_DIR)/usr/bin/
15+
$(INSTALL) -m 755 $(@D)/hvcc $(STAGING_DIR)/usr/bin/
1616
endef
1717

1818
$(eval $(generic-package))

plugins/package/sensorium-plugins/sensorium-plugins.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
######################################
66

7-
SENSORIUM_PLUGINS_VERSION = ad290b19dc7df06400e5fe07cfc870f0af7efc56
7+
SENSORIUM_PLUGINS_VERSION = 232e95a478937efcab02f5dc51e55045796134df
88
SENSORIUM_PLUGINS_SITE = https://github.com/sensorium/sensorium-plugins.git
99
SENSORIUM_PLUGINS_SITE_METHOD = git
1010
SENSORIUM_PLUGINS_DEPENDENCIES = dpf hvcc

0 commit comments

Comments
 (0)