Skip to content

Commit

Permalink
Revert package bump to test wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
th0ma7 committed Jan 18, 2025
1 parent 5415058 commit 965d64f
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion spk/bazarr/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion spk/borgbackup/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion spk/deluge/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion spk/python311-wheels/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion spk/python312-wheels/Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 965d64f

Please sign in to comment.