diff --git a/spk/bazarr/Makefile b/spk/bazarr/Makefile index f948f40a856..be4ed083544 100644 --- a/spk/bazarr/Makefile +++ b/spk/bazarr/Makefile @@ -1,6 +1,6 @@ SPK_NAME = bazarr SPK_VERS = 1.4.5 -SPK_REV = 15 +SPK_REV = 16 SPK_ICON = src/bazarr.png PYTHON_PACKAGE = python311 diff --git a/spk/borgbackup/Makefile b/spk/borgbackup/Makefile index d32281a08f4..6650db42540 100644 --- a/spk/borgbackup/Makefile +++ b/spk/borgbackup/Makefile @@ -1,6 +1,6 @@ SPK_NAME = borgbackup SPK_VERS = 1.4.0 -SPK_REV = 15 +SPK_REV = 16 SPK_ICON = src/borgbackup.png PYTHON_PACKAGE = python311 diff --git a/spk/deluge/Makefile b/spk/deluge/Makefile index 70b5699fc52..6dcf5e29d74 100644 --- a/spk/deluge/Makefile +++ b/spk/deluge/Makefile @@ -1,6 +1,6 @@ SPK_NAME = deluge SPK_VERS = 2.1.1.127 -SPK_REV = 24 +SPK_REV = 25 SPK_ICON = src/deluge.png PYTHON_PACKAGE = python311 diff --git a/spk/python311-wheels/Makefile b/spk/python311-wheels/Makefile index f7ec63a6580..05564925860 100644 --- a/spk/python311-wheels/Makefile +++ b/spk/python311-wheels/Makefile @@ -1,7 +1,7 @@ SPK_NAME = python311-wheels SPK_VERS = 1.0 SPK_VERS_MAJOR_MINOR = $(word 1,$(subst ., ,$(SPK_VERS))).$(word 2,$(subst ., ,$(SPK_VERS))) -SPK_REV = 1 +SPK_REV = 2 SPK_ICON = src/python3-pip.png # Platform "powerpc-none-linux-gnuspe" with compiler "gcc" is not supported by the diff --git a/spk/python312-wheels/Makefile b/spk/python312-wheels/Makefile index 79b5840e848..db7c047715d 100644 --- a/spk/python312-wheels/Makefile +++ b/spk/python312-wheels/Makefile @@ -1,7 +1,7 @@ SPK_NAME = python312-wheels SPK_VERS = 1.0 SPK_VERS_MAJOR_MINOR = $(word 1,$(subst ., ,$(SPK_VERS))).$(word 2,$(subst ., ,$(SPK_VERS))) -SPK_REV = 1 +SPK_REV = 2 SPK_ICON = src/python3-pip.png # Compiler must support std=c++11