Browse Source

gdb: update to 17.1

Waldemar Brodkorb 1 month ago
parent
commit
68d8a28168
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:=		16.2
+PKG_VERSION:=		17.1
 PKG_RELEASE:=		1
-PKG_HASH:=		4002cb7f23f45c37c790536a13a720942ce4be0402d929c9085e92f10d480119
+PKG_HASH:=		14996f5f74c9f68f5a543fdc45bca7800207f91f92aeea6c2e791822c7c6d876
 PKG_DESCR:=		program debugger
 PKG_SECTION:=		app/debug
 PKG_SITES:=		${MASTER_SITE_GNU:=gdb/}