From 965d64f95e9018502103d453d78c768e4889135d Mon Sep 17 00:00:00 2001 From: Vincent Fortier Date: Sat, 18 Jan 2025 17:08:38 +0000 Subject: [PATCH] Revert package bump to test wheels --- spk/bazarr/Makefile | 2 +- spk/borgbackup/Makefile | 2 +- spk/deluge/Makefile | 2 +- spk/python311-wheels/Makefile | 2 +- spk/python312-wheels/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/spk/bazarr/Makefile b/spk/bazarr/Makefile index be4ed083544..f948f40a856 100644 --- a/spk/bazarr/Makefile +++ b/spk/bazarr/Makefile @@ -1,6 +1,6 @@ SPK_NAME = bazarr SPK_VERS = 1.4.5 -SPK_REV = 16 +SPK_REV = 15 SPK_ICON = src/bazarr.png PYTHON_PACKAGE = python311 diff --git a/spk/borgbackup/Makefile b/spk/borgbackup/Makefile index 6650db42540..d32281a08f4 100644 --- a/spk/borgbackup/Makefile +++ b/spk/borgbackup/Makefile @@ -1,6 +1,6 @@ SPK_NAME = borgbackup SPK_VERS = 1.4.0 -SPK_REV = 16 +SPK_REV = 15 SPK_ICON = src/borgbackup.png PYTHON_PACKAGE = python311 diff --git a/spk/deluge/Makefile b/spk/deluge/Makefile index 6dcf5e29d74..692e0b0b322 100644 --- a/spk/deluge/Makefile +++ b/spk/deluge/Makefile @@ -1,6 +1,6 @@ SPK_NAME = deluge SPK_VERS = 2.1.1.127 -SPK_REV = 25 +SPK_REV = 26 SPK_ICON = src/deluge.png PYTHON_PACKAGE = python311 diff --git a/spk/python311-wheels/Makefile b/spk/python311-wheels/Makefile index 05564925860..f7ec63a6580 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 = 2 +SPK_REV = 1 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 db7c047715d..79b5840e848 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 = 2 +SPK_REV = 1 SPK_ICON = src/python3-pip.png # Compiler must support std=c++11