Skip to content

Commit cd1a2cb

Browse files
committed
update build
1 parent 9c7ea05 commit cd1a2cb

File tree

4 files changed

+4
-276
lines changed

4 files changed

+4
-276
lines changed

.github/workflows/oe-alliance-plugins.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-22.04
1414
strategy:
1515
matrix:
16-
python: ['3.10','3.11','3.12']
16+
python: ['3.10','3.11','3.12','3.13']
1717
steps:
1818
- name: Install prerequisites
1919
run: |
@@ -23,11 +23,11 @@ jobs:
2323
sudo apt remove -y libunwind-14-dev
2424
sudo apt-get install -y build-essential autoconf gettext python${{ matrix.python }}-dev libntirpc-dev
2525
26-
- uses: actions/checkout@v3
26+
- uses: actions/checkout@v4
2727
with:
2828
fetch-depth: 0
2929

30-
- uses: actions/setup-python@v4
30+
- uses: actions/setup-python@v5
3131
with:
3232
python-version: ${{ matrix.python }}
3333

configure.ac

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
AC_INIT([enigma2-plugin-extensions-subssupport], [1.5.9], [[email protected]])
1+
AC_INIT([enigma2-plugin-extensions-subssupport], [1.7.0], [[email protected]])
22

33
AM_INIT_AUTOMAKE
44
AC_PROG_CC

create_ipk.sh

-204
This file was deleted.

installe2.sh

-68
This file was deleted.

0 commit comments

Comments
 (0)