summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 0dd8ccf0e04f..b8f377ba09f8 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Contributor <Jelle van der Waa jelle@vdwaa.nl>
pkgname=memleax
-pkgver=1.0.2
+pkgver=1.1.1
pkgrel=1
pkgdesc="debugs memory leak of running process, without recompiling or restarting"
arch=('x86_64' 'i686')
@@ -9,7 +9,7 @@ url="https://github.com/WuBingzheng/memleax"
license=('GPL')
depends=('libunwind' 'libdwarf')
source=("https://github.com/WuBingzheng/memleax/archive/v$pkgver.tar.gz")
-md5sums=('2096f30967321bd4996235f0d36ad043')
+md5sums=('267bcb794968f328856a320cdb457cee')
build() {
cd "${pkgname}-${pkgver}"