brltty: upgrade release to match grub2 requirements.

This commit is contained in:
Luis Guzman 2024-11-10 00:40:59 +00:00
parent b66e973b33
commit b6591de7ed

View file

@ -1,6 +1,6 @@
#!/bin/sh #!/bin/sh
# #
# Copyright (C) 2022 Luis Guzmán <ark@switnet.org> # Copyright (C) 2024 Luis Guzmán <ark@switnet.org>
# #
# This program is free software; you can redistribute it and/or modify # This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by # it under the terms of the GNU General Public License as published by
@ -23,8 +23,8 @@
# such packages from Debian in order to build the required udeb packages. # such packages from Debian in order to build the required udeb packages.
## ##
VERSION=0 VERSION=1
EXTERNAL='deb-src http://ftp.debian.org/debian bullseye-backports main' EXTERNAL='deb-src http://ftp.debian.org/debian bookworm-backports main'
REPOKEY=0E98404D386FA1D9 REPOKEY=0E98404D386FA1D9
NETINST=true NETINST=true
. ./config . ./config