summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorJelle van der Waa2018-02-19 20:15:22 +0100
committerJelle van der Waa2018-02-19 20:15:22 +0100
commit96032e117badda2f1f3399ba285c45dd0f547f45 (patch)
treebdc03ead39d719c9316e938cbb6e86305c95f444 /PKGBUILD
parent945907aca3a08c1e6125601679fb951d1bb1b6bc (diff)
downloadaur-memleax.tar.gz
Update to 1.1.1
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}"