summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoramoka2021-03-19 13:19:55 -0400
committeramoka2021-03-19 13:19:55 -0400
commit1eb3dbd2fd480f3c5d0e6bcc08c8980bfc94ec78 (patch)
treee253c3ee1dde9d3426d748617c731ee3e43a8cd9
parent4b4c9882ce99b2cd00ffbf20aeb33d5c3694d86f (diff)
downloadaur-memstrack.tar.gz
Update to v0.2.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 773a0aebef69..185d1f4cb8b9 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = memstrack
pkgdesc = A memory allocation trace, like a hot spot analyzer for memory allocation
- pkgver = 0.2
+ pkgver = 0.2.2
pkgrel = 1
url = https://github.com/ryncsn/memstrack
arch = any
license = GPL3
makedepends = gcc
makedepends = ncurses
- source = https://github.com/ryncsn/memstrack/archive/v0.2.tar.gz
- sha256sums = 59000c8aa56fb169ff93e7feb8f9fce91b62ddd49d4b319e1ebda6d4b6430698
+ source = https://github.com/ryncsn/memstrack/archive/v0.2.2.tar.gz
+ sha256sums = 93544fb2a9be533bbb7aec28afb4227f1156c38f3cd7576e5afa329ea103d3f5
pkgname = memstrack
diff --git a/PKGBUILD b/PKGBUILD
index ab139b1f4dfc..b7519604b716 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Amanoel Dawod <amoka at amanoel dot com>
pkgname=memstrack
-pkgver=0.2
+pkgver=0.2.2
pkgrel=1
pkgdesc="A memory allocation trace, like a hot spot analyzer for memory allocation"
arch=('any')
@@ -9,7 +9,7 @@ url="https://github.com/ryncsn/memstrack"
license=('GPL3')
makedepends=('gcc' 'ncurses')
source=("$url/archive/v$pkgver.tar.gz")
-sha256sums=('59000c8aa56fb169ff93e7feb8f9fce91b62ddd49d4b319e1ebda6d4b6430698')
+sha256sums=('93544fb2a9be533bbb7aec28afb4227f1156c38f3cd7576e5afa329ea103d3f5')
build() {
cd $pkgname-$pkgver