smem: update to 1.5.

This commit is contained in:
Piotr Wójcik 2018-12-29 17:06:41 +01:00 committed by maxice8
parent a0850a0dee
commit 04a71021de
2 changed files with 7 additions and 4 deletions

View file

@ -1,14 +1,14 @@
# Template file for 'smem'
pkgname=smem
version=1.4
version=1.5
revision=1
depends="python"
short_desc="Memory reporting tool"
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
license="GPL-2"
license="GPL-2.0-or-later"
homepage="https://www.selenic.com/smem"
distfiles="https://www.selenic.com/smem/download/${pkgname}-${version}.tar.gz"
checksum=2ea9f878f4cf3c276774c3f7e2a41977a1f2d64f98d2dcb6a15f1f3d84df61ec
distfiles="https://selenic.com/repo/smem/archive/${version}.tar.bz2"
checksum=950c39ee8b1e051866564b25c36a6113eae2617e597b8302324bb8ee57d82ba6
do_build() {
$CC $CFLAGS $LDFLAGS -o smemcap smemcap.c

3
srcpkgs/smem/update Normal file
View file

@ -0,0 +1,3 @@
site="https://www.selenic.com/smem/download/
https://selenic.com/repo/smem/tags"
pattern="(smem-\K[.\d]+(?=\.tar))|(smem/rev/\K[.\d]+(?=\"))"