chelf: update to 0.2.2.
This commit is contained in:
parent
79a5a741e3
commit
ad4934cada
|
@ -1,10 +0,0 @@
|
|||
diff --git a/elf.c b/elf.c
|
||||
index 455d035..41d7a4f 100644
|
||||
--- ./elf.c
|
||||
+++ ./elf.c
|
||||
@@ -1,6 +1,5 @@
|
||||
#include <stdio.h>
|
||||
#include <elf.h>
|
||||
-#include <sys/reg.h>
|
||||
|
||||
#include "chelf.h"
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'chelf'
|
||||
pkgname=chelf
|
||||
version=0.2.1
|
||||
revision=2
|
||||
version=0.2.2
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Change or display the stack size of an ELF binary"
|
||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||
license="BSD-2-Clause"
|
||||
homepage="https://github.com/Gottox/chelf"
|
||||
distfiles="https://github.com/Gottox/chelf/archive/v${version}.tar.gz"
|
||||
checksum=c883b6c9ce8234a712c82f996c75c7613440efc292e5e7876c69916b170a1a03
|
||||
checksum=e2c521a117ac869fb51835bf8e2a1c3d7f6c1839afe2b61a88cfd2688fe07e93
|
||||
|
||||
do_install() {
|
||||
vbin chelf
|
||||
|
|
Loading…
Reference in New Issue