mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
ired: update to 0.6
This commit is contained in:
parent
09466bc44d
commit
c74aa84d70
1 changed files with 7 additions and 7 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'ired'
|
# Template file for 'ired'
|
||||||
pkgname=ired
|
pkgname=ired
|
||||||
version=0.5
|
version=0.6
|
||||||
revision=4
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="interactive raw editor (minimalist radare)"
|
short_desc="Interactive raw editor (minimalist radare)"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://www.radare.org"
|
license="LGPL-2.1-or-later"
|
||||||
license="LGPL"
|
homepage="https://www.radare.org"
|
||||||
distfiles="http://www.radare.org/get/${pkgname}-${version}.tar.gz"
|
distfiles="https://github.com/radare/ired/archive/${version}.tar.gz"
|
||||||
checksum=dce25f6b9402b78f183ecf4d94a2d44db1a6946546217d6c60c3f179bfbfff84
|
checksum=c15d37b96b1a25c44435d824bd7ef1f9aea9dc191be14c78b689d3156312d58a
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile
|
sed -i '/CC.*-o/s/$/ $(LDFLAGS)/' Makefile
|
||||||
|
|
Loading…
Add table
Reference in a new issue