summarylogtreecommitdiffstats
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
parent945907aca3a08c1e6125601679fb951d1bb1b6bc (diff)
downloadaur-memleax.tar.gz
Update to 1.1.1
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD4
2 files changed, 6 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 798858b9175a..35339e3997b2 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,8 +1,8 @@
# Generated by mksrcinfo v8
-# Sun Feb 26 15:39:32 UTC 2017
+# Mon Feb 19 19:11:17 UTC 2018
pkgbase = memleax
pkgdesc = debugs memory leak of running process, without recompiling or restarting
- pkgver = 1.0.2
+ pkgver = 1.1.1
pkgrel = 1
url = https://github.com/WuBingzheng/memleax
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = memleax
license = GPL
depends = libunwind
depends = libdwarf
- source = https://github.com/WuBingzheng/memleax/archive/v1.0.2.tar.gz
- md5sums = 2096f30967321bd4996235f0d36ad043
+ source = https://github.com/WuBingzheng/memleax/archive/v1.1.1.tar.gz
+ md5sums = 267bcb794968f328856a320cdb457cee
pkgname = memleax
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}"