summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authordoragasu2022-08-26 17:54:05 +0200
committerdoragasu2022-08-26 17:54:05 +0200
commit908085bc007d3c7dbe7fe29714d5a2d354428cd6 (patch)
treeb92a2c1caaadccba2bcdd5063106fa2166683c5b /PKGBUILD
parenta2c8f4c9614cc6298d9bea7050039f10ce6a4b70 (diff)
downloadaur-908085bc007d3c7dbe7fe29714d5a2d354428cd6.tar.gz
Update to version 12.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 9f3497f9ad97..d6b04267b9ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@
_target=m68k-elf
_target_cpu=m68000
pkgname=${_target}-gdb
-pkgver=11.1
+pkgver=12.1
pkgrel=1
pkgdesc="The GNU Project Debugger (${_target})"
arch=('i686' 'x86_64')
@@ -17,8 +17,8 @@ license=('GPL')
url="https://www.gnu.org/software/gdb/"
depends=("${_target}-binutils" "${_target}-gcc" 'zlib' 'guile')
PKGEXT="pkg.tar.zst"
-source=("http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz"
- "http://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz.sig")
+source=("https://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz"
+ "https://ftp.gnu.org/gnu/gdb/gdb-${pkgver}.tar.xz.sig")
sha256sums=(SKIP SKIP)
validpgpkeys=(F40ADB902B24264AA42E50BF92EDB04BFF325CF3)