This commit is contained in:
Rmys
2021-09-15 13:17:59 +03:00
committed by GitHub
parent 1094c6a65e
commit 6063f6dfd5
+11 -1
View File
@@ -13,13 +13,14 @@
<IsA>app:console</IsA>
<Summary>GNU debugger</Summary>
<Description>GDB, the GNU Project debugger, allows you to see what is going on 'inside' another program while it executes -- or what another program was doing at the moment it crashed.</Description>
<Archive sha1sum="356ee474a24bfb2f133894730916557dfea9da2e" type="tarxz">https://ftp.gnu.org/gnu/gdb/gdb-9.2.tar.xz</Archive>
<Archive sha1sum="1056e2743a825ecce46ec9eec37f0b357831012b" type="tarxz">https://ftp.gnu.org/gnu/gdb/gdb-10.2.tar.xz</Archive>
<BuildDependencies>
<Dependency>texinfo</Dependency>
<Dependency>xz-devel</Dependency>
<Dependency>mpfr-devel</Dependency>
<Dependency>expat-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>xxhash-devel</Dependency>
<Dependency>ncurses-devel</Dependency>
<Dependency>guile2.0-devel</Dependency>
<Dependency>readline-devel</Dependency>
@@ -32,8 +33,10 @@
<Summary>GNU debugger</Summary>
<RuntimeDependencies>
<Dependency>xz</Dependency>
<Dependency>mpfr</Dependency>
<Dependency>expat</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>xxhash</Dependency>
<Dependency>python</Dependency>
<Dependency>ncurses</Dependency>
<Dependency>guile2.0</Dependency>
@@ -62,6 +65,13 @@
</Package>
<History>
<Update release="9">
<Date>2021-09-14</Date>
<Version>10.2</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="8">
<Date>2020-11-07</Date>
<Version>9.2</Version>