mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
openocd: update to 0.12.0+1.
This commit is contained in:
parent
63df1f6f72
commit
f3e2426d32
1 changed files with 5 additions and 4 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'openocd'
|
# Template file for 'openocd'
|
||||||
pkgname=openocd
|
pkgname=openocd
|
||||||
version=0.11.0+1
|
version=0.12.0+1
|
||||||
revision=4
|
revision=1
|
||||||
# update to a commit that has a compatible jimtcl version
|
# update to a commit that has a compatible jimtcl version
|
||||||
_commit=830d70bfc66ada2a68c73283b9e4fa4770d408ee
|
_commit=dccf323c1f78d015f75db4cef8cdc33523e1abd6
|
||||||
_jimtcl_version=0.82
|
_jimtcl_version=0.82
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="
|
configure_args="
|
||||||
|
@ -51,7 +51,7 @@ license="GPL-2.0-or-later"
|
||||||
homepage="http://openocd.org/"
|
homepage="http://openocd.org/"
|
||||||
# note: switch back to sourceforge for the next tagged release
|
# note: switch back to sourceforge for the next tagged release
|
||||||
distfiles="https://github.com/openocd-org/openocd/archive/${_commit}.tar.gz"
|
distfiles="https://github.com/openocd-org/openocd/archive/${_commit}.tar.gz"
|
||||||
checksum=f75cab70ec125ea0cd71cde3bdb2761ae83662c12bbb2d9e1d8e447aa7da9f25
|
checksum=52faaa5dd38d96e223d423d3426a39efa78c0f10d8f267a506528eb39a90a619
|
||||||
|
|
||||||
CFLAGS="-fcommon"
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
|
@ -61,6 +61,7 @@ esac
|
||||||
|
|
||||||
# should not be needed when using tagged releases
|
# should not be needed when using tagged releases
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
|
sed -i "s/snapshot/${_commit::8}/" guess-rev.sh
|
||||||
./bootstrap nosubmodule
|
./bootstrap nosubmodule
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue