Browse Source

gdb: forgot to update hashes

Waldemar Brodkorb 4 years ago
parent
commit
cc4b2a057b
3 changed files with 3 additions and 3 deletions
  1. 1 1
      package/gdb/Makefile
  2. 1 1
      package/gdbserver/Makefile
  3. 1 1
      toolchain/gdb/Makefile.inc

+ 1 - 1
package/gdb/Makefile

@@ -6,7 +6,7 @@ include ${ADK_TOPDIR}/rules.mk
 PKG_NAME:=		gdb
 PKG_VERSION:=		8.3.1
 PKG_RELEASE:=		1
-PKG_HASH:=		0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202
+PKG_HASH:=		1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4
 PKG_DESCR:=		programm debugger
 PKG_SECTION:=		app/debug
 PKG_SITES:=		${MASTER_SITE_GNU:=gdb/}

+ 1 - 1
package/gdbserver/Makefile

@@ -6,7 +6,7 @@ include ${ADK_TOPDIR}/rules.mk
 PKG_NAME:=		gdbserver
 PKG_VERSION:=		8.3.1
 PKG_RELEASE:=		1
-PKG_HASH:=		0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202
+PKG_HASH:=		1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4
 PKG_DESCR:=		remote programm debugger utility
 PKG_SECTION:=		app/debug
 PKG_NEEDS:=		c++

+ 1 - 1
toolchain/gdb/Makefile.inc

@@ -5,7 +5,7 @@ PKG_NAME:=		gdb
 ifeq ($(ADK_TOOLCHAIN_GDB_8_3),y)
 PKG_VERSION:=		8.3.1
 PKG_RELEASE:=		1
-PKG_HASH:=		0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202
+PKG_HASH:=		1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4
 PKG_SITES:=		${MASTER_SITE_GNU:=gdb/}
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.xz
 endif