File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
DEFVER=2
2
- CODENAMES_SUPPORTED="buster bullseye bookworm focal jammy kinetic lunar mantic noble"
2
+ CODENAMES_SUPPORTED="buster bullseye bookworm focal jammy kinetic lunar mantic noble oracular "
3
3
LOCALID=""
4
4
case ${UPSTREAM_ID} in
5
5
ubuntu)
6
6
LOCALID="x${UPSTREAM_ID^}" ;;
7
7
debian)
8
8
LOCALID="${UPSTREAM_ID^}" ;;
9
9
esac
10
+ # Even though
11
+ # https://software.opensuse.org//download.html?project=home%3AAlexx2000%3Adoublecmd-svn&package=doublecmd-qt
12
+ # shows
13
+ # http://download.opensuse.org/repositories/home:/Alexx2000:/doublecmd-svn/xUbuntu_24.10/
14
+ # these URLs still work:
10
15
ASC_KEY_URL="https://download.opensuse.org/repositories/home:Alexx2000/${LOCALID}_${UPSTREAM_RELEASE}/Release.key"
11
16
APT_LIST_NAME="doublecmd"
12
17
APT_REPO_URL="https://download.opensuse.org/repositories/home:/Alexx2000/${LOCALID}_${UPSTREAM_RELEASE}/ /"
Original file line number Diff line number Diff line change 1
1
DEFVER=2
2
- CODENAMES_SUPPORTED="buster bullseye bookworm focal jammy kinetic lunar mantic noble"
2
+ CODENAMES_SUPPORTED="buster bullseye bookworm focal jammy kinetic lunar mantic noble oracular "
3
3
LOCALID=""
4
4
case ${UPSTREAM_ID} in
5
5
ubuntu)
6
6
LOCALID="x${UPSTREAM_ID^}" ;;
7
7
debian)
8
8
LOCALID="${UPSTREAM_ID^}" ;;
9
9
esac
10
+ # Even though
11
+ # https://software.opensuse.org//download.html?project=home%3AAlexx2000%3Adoublecmd-svn&package=doublecmd-qt
12
+ # shows
13
+ # http://download.opensuse.org/repositories/home:/Alexx2000:/doublecmd-svn/xUbuntu_24.10/
14
+ # these URLs still work:
10
15
ASC_KEY_URL="https://download.opensuse.org/repositories/home:Alexx2000/${LOCALID}_${UPSTREAM_RELEASE}/Release.key"
11
16
APT_LIST_NAME="doublecmd"
12
17
APT_REPO_URL="https://download.opensuse.org/repositories/home:/Alexx2000/${LOCALID}_${UPSTREAM_RELEASE}/ /"
You can’t perform that action at this time.
0 commit comments