summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOmar Sandoval2022-05-18 15:34:12 -0700
committerOmar Sandoval2022-05-18 15:34:12 -0700
commit7b623376d8a06996ff0cbf9706f2a78a790bc3b5 (patch)
tree93a4d4fa801ce16a6fd25daeaac731f698eacd33 /PKGBUILD
parent4ab4009a46cada4785a177b43af2260e93001a60 (diff)
downloadaur-7b623376d8a06996ff0cbf9706f2a78a790bc3b5.tar.gz
Update to 0.0.19
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 78faeccd7dd1..dccdac11595b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Omar Sandoval <osandov at osandov dot com>
pkgname=drgn
-pkgver=0.0.18
+pkgver=0.0.19
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=('2e2fec7ffa706bc6febf64dea8f5a9600d1e0f784b6e2f00f08e57cf38a4f36c')
+sha256sums=('03e764769cc4a93d5e2c76e3e614b9b68da82704e18471471857e1d688b5c7ca')
build() {
cd "$pkgname-$pkgver"