summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorOmar Sandoval2022-03-03 00:38:36 -0800
committerOmar Sandoval2022-03-03 00:38:36 -0800
commit4ab4009a46cada4785a177b43af2260e93001a60 (patch)
tree08bd670ff525e47b522d3c73ca82551d1cb68ba6 /PKGBUILD
parent905c8c449f56a6b5b81505c22dd57cee19f7fcfc (diff)
downloadaur-4ab4009a46cada4785a177b43af2260e93001a60.tar.gz
Update to 0.0.18
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0869268184b5..78faeccd7dd1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Omar Sandoval <osandov at osandov dot com>
pkgname=drgn
-pkgver=0.0.16
+pkgver=0.0.18
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=('a6b50233c8c415a1948736294f68a6bdf32dfe9e3752b28c0468f84043dcfd94')
+sha256sums=('2e2fec7ffa706bc6febf64dea8f5a9600d1e0f784b6e2f00f08e57cf38a4f36c')
build() {
cd "$pkgname-$pkgver"