Anatol Pomozov pushed to branch main at Arch Linux / Packaging / Packages /
arm-none-eabi-gdb
Commits:
8cce3329 by Anatol Pomozov at 2025-02-17T08:04:27-08:00
upgpkg: 16.2-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = arm-none-eabi-gdb
pkgdesc = The GNU Debugger for the ARM EABI (bare-metal) target
- pkgver = 15.2
- pkgrel = 2
+ pkgver = 16.2
+ pkgrel = 1
url = https://www.gnu.org/software/gdb/
arch = x86_64
license = GPL3
@@ -17,10 +17,10 @@ pkgbase = arm-none-eabi-gdb
depends = source-highlight
optdepends = stlink: for debugging over STLINK
options = !emptydirs
- source = https://ftp.gnu.org/gnu/gdb/gdb-15.2.tar.xz
- source = https://ftp.gnu.org/gnu/gdb/gdb-15.2.tar.xz.sig
+ source = https://ftp.gnu.org/gnu/gdb/gdb-16.2.tar.xz
+ source = https://ftp.gnu.org/gnu/gdb/gdb-16.2.tar.xz.sig
validpgpkeys = F40ADB902B24264AA42E50BF92EDB04BFF325CF3
- sha256sums =
83350ccd35b5b5a0cba6b334c41294ea968158c573940904f00b92f76345314d
+ sha256sums =
4002cb7f23f45c37c790536a13a720942ce4be0402d929c9085e92f10d480119
sha256sums = SKIP
pkgname = arm-none-eabi-gdb
=====================================
PKGBUILD
=====================================
@@ -3,8 +3,8 @@
_target=arm-none-eabi
pkgname=$_target-gdb
-pkgver=15.2
-pkgrel=2
+pkgver=16.2
+pkgrel=1
pkgdesc='The GNU Debugger for the ARM EABI (bare-metal) target'
arch=(x86_64)
url='https://www.gnu.org/software/gdb/'
@@ -14,7 +14,7 @@ makedepends=(boost)
optdepends=('stlink: for debugging over STLINK')
options=(!emptydirs)
source=(https://ftp.gnu.org/gnu/gdb/gdb-$pkgver.tar.xz{,.sig})
-sha256sums=('83350ccd35b5b5a0cba6b334c41294ea968158c573940904f00b92f76345314d'
+sha256sums=('4002cb7f23f45c37c790536a13a720942ce4be0402d929c9085e92f10d480119'
'SKIP')
validpgpkeys=('F40ADB902B24264AA42E50BF92EDB04BFF325CF3') # Joel Brobecker
<[email protected]>
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arm-none-eabi-gdb/-/commit/8cce3329df83dd45f01454d506ce49c9ecca6855
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/arm-none-eabi-gdb/-/commit/8cce3329df83dd45f01454d506ce49c9ecca6855
You're receiving this email because of your account on gitlab.archlinux.org.