summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOmar Sandoval2022-07-25 17:32:16 -0700
committerOmar Sandoval2022-07-25 17:32:16 -0700
commit3f4893fe8f44f6265c1448d32e3fbd87380592da (patch)
tree5397c3d4e9c7e94208f7d60c7035c9c7404aec09 /PKGBUILD
parent7b623376d8a06996ff0cbf9706f2a78a790bc3b5 (diff)
downloadaur-3f4893fe8f44f6265c1448d32e3fbd87380592da.tar.gz
Update to 0.0.20
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index dccdac11595b..9bb44187cfab 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Omar Sandoval <osandov at osandov dot com>
pkgname=drgn
-pkgver=0.0.19
+pkgver=0.0.20
pkgrel=1
pkgdesc='Programmable debugger'
arch=('x86_64')
@@ -10,7 +10,7 @@ license=('GPL3')
depends=('libelf' 'libkdumpfile' 'python')
makedepends=('python-setuptools')
source=("https://files.pythonhosted.org/packages/source/${pkgname::1}/$pkgname/$pkgname-$pkgver.tar.gz")
-sha256sums=('03e764769cc4a93d5e2c76e3e614b9b68da82704e18471471857e1d688b5c7ca')
+sha256sums=('92f9a6b7327091d4d86a8a0f2b564ccff082869dae0471b1f9b6220a7fe2a13a')
build() {
cd "$pkgname-$pkgver"