summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOmar Sandoval2023-06-28 16:25:10 -0700
committerOmar Sandoval2023-06-28 16:25:10 -0700
commit7580ed994bab4a57d14eb7c4ba6e11f10b2f1111 (patch)
tree4883803083330e00a41ae71bfae3f3e6ee701052
parent35f9079444f641630eb1bcf70af6fa9acee6076e (diff)
downloadaur-7580ed994bab4a57d14eb7c4ba6e11f10b2f1111.tar.gz
Update to 0.0.23
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 862ac59e3732..fe1384e97f6c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = drgn
pkgdesc = Programmable debugger
- pkgver = 0.0.22
+ pkgver = 0.0.23
pkgrel = 1
url = https://github.com/osandov/drgn
arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = drgn
depends = libelf
depends = libkdumpfile
depends = python
- source = https://files.pythonhosted.org/packages/source/d/drgn/drgn-0.0.22.tar.gz
- sha256sums = 62bd8a7f6398d30c3fabb3fd7212423aaf967ba1b53cc7783ed55847ea94e1aa
+ source = https://files.pythonhosted.org/packages/source/d/drgn/drgn-0.0.23.tar.gz
+ sha256sums = f947ebd80171499b4a226193ecdcc2181d11c48a0f9537950beea3ee2cd0506a
pkgname = drgn
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"