This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
lsts_glued/rules/gdb/common.bash

15 lines
141 B
Bash

version=\
(
'7.10.1'
)
url=\
(
"http://ftp.gnu.org/gnu/gdb/gdb-$version.tar.xz"
)
md5=\
(
'39e654460c9cdd80200a29ac020cfe11'
)