python3-drgn: update to 0.0.27.
This commit is contained in:
parent
78adf98e27
commit
f431c1d893
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'python3-drgn'
|
||||
pkgname=python3-drgn
|
||||
version=0.0.26
|
||||
version=0.0.27
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="automake libtool pkg-config python3-setuptools"
|
||||
|
@ -11,7 +11,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|||
license="LGPL-2.1-or-later"
|
||||
homepage="https://github.com/osandov/drgn/"
|
||||
distfiles="https://github.com/osandov/drgn/archive/refs/tags/v${version}.tar.gz"
|
||||
checksum=2d1893a492830bb36f46db86269e05da7476dffcea7b751f0b250e8e16464d55
|
||||
checksum=3a4bacb51d5f15f9f7e7721b95785b6cf6b4241b1b7a242bd9a5fc293dbd609a
|
||||
|
||||
pre_build() {
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
|
|
Loading…
Reference in New Issue