diff options
author | Mark Brand <mabrand@mabrand.nl> | 2014-10-30 20:54:32 (GMT) |
---|---|---|
committer | Mark Brand <mabrand@mabrand.nl> | 2014-10-30 21:04:33 (GMT) |
commit | 46d0ebf40cf85f82d710b603ba786ed24457cffa (patch) | |
tree | a019ab7bfc5cd5a81c03f6e76f05d183bb481370 /src/gdb.mk | |
parent | 473c2984432d19c6cd0f7782c550346e5d9436d0 (diff) | |
download | mxe-46d0ebf40cf85f82d710b603ba786ed24457cffa.zip mxe-46d0ebf40cf85f82d710b603ba786ed24457cffa.tar.gz mxe-46d0ebf40cf85f82d710b603ba786ed24457cffa.tar.bz2 |
gdb: update
Diffstat (limited to 'src/gdb.mk')
-rw-r--r-- | src/gdb.mk | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -2,8 +2,8 @@ # See index.html for further information. PKG := gdb -$(PKG)_VERSION := 7.8 -$(PKG)_CHECKSUM := fc43f1f2e651df1c69e7707130fd6864c2d7a428 +$(PKG)_VERSION := 7.8.1 +$(PKG)_CHECKSUM := f597f6245898532eda9e85832b928e3416e0fd34 $(PKG)_SUBDIR := gdb-$($(PKG)_VERSION) $(PKG)_FILE := gdb-$($(PKG)_VERSION).tar.xz $(PKG)_URL := http://ftp.gnu.org/pub/gnu/$(PKG)/$($(PKG)_FILE) |