Bump to acr-0.10.5 and 1.1.0-git

This commit is contained in:
pancake 2016-11-22 16:24:38 +01:00
parent 1a009d2865
commit 88f4faa037
2 changed files with 6 additions and 6 deletions

10
configure vendored
View File

@ -1,5 +1,5 @@
#!/bin/sh
# This script was automatically generated by ACR v0.10.2
# This script was automatically generated by ACR v0.10.5
# @author: pancake <nopcode.org>
# @url: http://www.nopcode.org
# @repo: git clone https://github.com/radare/acr
@ -114,12 +114,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2' ; VERSION='1.0.2' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='radare2' ; VERSION='1.1.0-git' ; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}
show_usage() {
cat <<EOF2
'configure' configures radare2-1.0.2 to adapt to many kinds of systems.
'configure' configures radare2-1.1.0-git to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
@ -200,7 +200,7 @@ take_environ() {
}
show_version() {
echo "radare2-1.0.2 configuration script done with acr v0.10.2.
echo "radare2-1.1.0-git configuration script done with acr v0.10.5.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
@ -224,7 +224,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2"
echo "VERSION: 1.0.2"
echo "VERSION: 1.1.0-git"
echo "LANGS: c"
echo "REQUIRED: libdl"
echo "OPTIONAL: libmagic"

View File

@ -1,5 +1,5 @@
PKGNAME radare2
VERSION 1.0.2
VERSION 1.1.0-git
CONTACT pancake ; pancake@nopcode.org
LANG_C!