openocd: update to 0.12.0+1.

This commit is contained in:
Leah Neukirchen 2024-04-16 16:56:54 +02:00
parent 63df1f6f72
commit f3e2426d32

View File

@ -1,9 +1,9 @@
# Template file for 'openocd'
pkgname=openocd
version=0.11.0+1
revision=4
version=0.12.0+1
revision=1
# update to a commit that has a compatible jimtcl version
_commit=830d70bfc66ada2a68c73283b9e4fa4770d408ee
_commit=dccf323c1f78d015f75db4cef8cdc33523e1abd6
_jimtcl_version=0.82
build_style=gnu-configure
configure_args="
@ -51,7 +51,7 @@ license="GPL-2.0-or-later"
homepage="http://openocd.org/"
# note: switch back to sourceforge for the next tagged release
distfiles="https://github.com/openocd-org/openocd/archive/${_commit}.tar.gz"
checksum=f75cab70ec125ea0cd71cde3bdb2761ae83662c12bbb2d9e1d8e447aa7da9f25
checksum=52faaa5dd38d96e223d423d3426a39efa78c0f10d8f267a506528eb39a90a619
CFLAGS="-fcommon"
@ -61,6 +61,7 @@ esac
# should not be needed when using tagged releases
pre_configure() {
sed -i "s/snapshot/${_commit::8}/" guess-rev.sh
./bootstrap nosubmodule
}