Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 01-main/packages/media-downloader
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ case ${UPSTREAM_ID} in
ubuntu) IS_UBUNTU="x";;
*) IS_UBUNTU="";;
esac
CODENAMES_SUPPORTED="stretch buster bullseye bookworm sid bionic focal jammy lunar mantic noble oracular"
CODENAMES_SUPPORTED="stretch buster bullseye bookworm sid bionic jammy noble plucky questing"
ASC_KEY_URL="https://download.opensuse.org/repositories/home:obs_mhogomchungu/${IS_UBUNTU}${UPSTREAM_ID^}_${UPSTREAM_RELEASE}/Release.key"
APT_REPO_URL="http://download.opensuse.org/repositories/home:/obs_mhogomchungu/${IS_UBUNTU}${UPSTREAM_ID^}_${UPSTREAM_RELEASE}/ /"
PRETTY_NAME="Media Downloader"
Expand Down