earlyoom: update to 1.0.
This commit is contained in:
parent
1f0358c94f
commit
e8491d4b9c
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'earlyoom'
|
# Template file for 'earlyoom'
|
||||||
pkgname=earlyoom
|
pkgname=earlyoom
|
||||||
version=0.12
|
version=1.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Userspace Early OOM Daemon for Linux"
|
short_desc="Userspace Early OOM Daemon for Linux"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/rfjakob/earlyoom"
|
homepage="https://github.com/rfjakob/earlyoom"
|
||||||
distfiles="https://github.com/rfjakob/${pkgname}/archive/v${version}.tar.gz"
|
distfiles="https://github.com/rfjakob/${pkgname}/archive/v${version}.tar.gz"
|
||||||
checksum=854c4b2d02cf630db6128eb46275416b97fc48c917c7f9f9af9b84c8065da09e
|
checksum=0bc278a3744f454f3a29835a4ef939498d7044b78d490aff7f5a6ab6596bb0cb
|
||||||
|
|
||||||
do_build() {
|
do_build() {
|
||||||
${CC} ${CFLAGS} -DVERSION='"'$version'"' -o earlyoom *.c ${LDFLAGS}
|
${CC} ${CFLAGS} -DVERSION='"'$version'"' -o earlyoom *.c ${LDFLAGS}
|
||||||
|
|
Loading…
Reference in New Issue