Browse Source

gdb: update to 12.1

Waldemar Brodkorb 1 year ago
parent
commit
adde0dfdc1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      package/gdb/Makefile

+ 2 - 2
package/gdb/Makefile

@@ -4,9 +4,9 @@
 include ${ADK_TOPDIR}/rules.mk
 
 PKG_NAME:=		gdb
-PKG_VERSION:=		11.2
+PKG_VERSION:=		12.1
 PKG_RELEASE:=		1
-PKG_HASH:=		1497c36a71881b8671a9a84a0ee40faab788ca30d7ba19d8463c3cc787152e32
+PKG_HASH:=		0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed
 PKG_DESCR:=		program debugger
 PKG_SECTION:=		app/debug
 PKG_SITES:=		${MASTER_SITE_GNU:=gdb/}