summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOmar Sandoval2023-06-28 16:25:10 -0700
committerOmar Sandoval2023-06-28 16:25:10 -0700
commit7580ed994bab4a57d14eb7c4ba6e11f10b2f1111 (patch)
tree4883803083330e00a41ae71bfae3f3e6ee701052 /PKGBUILD
parent35f9079444f641630eb1bcf70af6fa9acee6076e (diff)
downloadaur-7580ed994bab4a57d14eb7c4ba6e11f10b2f1111.tar.gz
Update to 0.0.23
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5aa696f772d..dee3b2e7a0c7 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Omar Sandoval <osandov at osandov dot com>
pkgname=drgn
-pkgver=0.0.22
+pkgver=0.0.23
pkgrel=1
pkgdesc='Programmable debugger'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('LGPL2.1')
depends=('libelf' 'libkdumpfile' 'python')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('62bd8a7f6398d30c3fabb3fd7212423aaf967ba1b53cc7783ed55847ea94e1aa')
+sha256sums=('f947ebd80171499b4a226193ecdcc2181d11c48a0f9537950beea3ee2cd0506a')
build() {
cd "$pkgname-$pkgver"