diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-30 19:13:45 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-11-30 19:52:43 +0000 |
commit | be44e3ed56a26ce7bc79e90960a3bde69c1f8b1e (patch) | |
tree | 142c7559fb5059a4f44f82a3cc7864d8d9d74bc4 /main/gdb | |
parent | 0d8ce9089ffb1810d14e029110b669f9472747f4 (diff) | |
download | aports-be44e3ed56a26ce7bc79e90960a3bde69c1f8b1e.tar.bz2 aports-be44e3ed56a26ce7bc79e90960a3bde69c1f8b1e.tar.xz |
main/gdb: upgrade to 7.5.1
Diffstat (limited to 'main/gdb')
-rw-r--r-- | main/gdb/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/gdb/APKBUILD b/main/gdb/APKBUILD index a8f8682e09..4d4e4cd478 100644 --- a/main/gdb/APKBUILD +++ b/main/gdb/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=gdb -pkgver=7.5 +pkgver=7.5.1 pkgrel=0 pkgdesc="The GNU Debugger" url="http://sources.redhat.com/gdb/" @@ -46,5 +46,5 @@ package() { rm -rf "$pkgdir"/usr/lib } -md5sums="24a6779a9fe0260667710de1b082ef61 gdb-7.5.tar.bz2 +md5sums="3f48f468b24447cf24820054ff6e85b1 gdb-7.5.1.tar.bz2 701b030be4c141eab6409d37f5afa11b 05_all_readline-headers.patch" |