python3-drgn: update to 0.0.23.

This commit is contained in:
Leah Neukirchen 2023-07-11 13:43:53 +02:00
parent 2f3ef0d720
commit c69e9351b8

View file

@ -1,6 +1,6 @@
# Template file for 'python3-drgn' # Template file for 'python3-drgn'
pkgname=python3-drgn pkgname=python3-drgn
version=0.0.22 version=0.0.23
revision=1 revision=1
build_style=python3-module build_style=python3-module
hostmakedepends="automake libtool pkg-config python3-setuptools" hostmakedepends="automake libtool pkg-config python3-setuptools"
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="LGPL-2.1-or-later" license="LGPL-2.1-or-later"
homepage="https://github.com/osandov/drgn/" homepage="https://github.com/osandov/drgn/"
distfiles="https://github.com/osandov/drgn/archive/refs/tags/v${version}.tar.gz" distfiles="https://github.com/osandov/drgn/archive/refs/tags/v${version}.tar.gz"
checksum=361cf21d39d74e936702c20498e76371379ffe84424dd7c0d24cf5e15975c3ff checksum=a13691a0df3e33bb8e4c73219c5677b75c2324bf70a1eeb485a3b367ce0c5d4c
pre_build() { pre_build() {
if [ "$CROSS_BUILD" ]; then if [ "$CROSS_BUILD" ]; then