Skip to content

Commit

Permalink
Release for 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Feb 18, 2022
1 parent ddbefc7 commit 458109c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
15 changes: 8 additions & 7 deletions configure
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
# This script was automatically generated by ACR v1.9.8
# This script was automatically generated by ACR v1.9.9
# @author: pancake <nopcode.org>
# @url: http://www.nopcode.org
# @repo: git clone https://github.com/radare/acr
Expand Down Expand Up @@ -110,12 +110,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='radare2-rlang' ; VERSION='5.3.0' ; VERSION_MAJOR=5; VERSION_MINOR=3; VERSION_PATCH=0; VERSION_NUMBER=50300; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
PKGNAME='radare2-rlang' ; VERSION='5.6.0' ; VERSION_MAJOR=5; VERSION_MINOR=6; VERSION_PATCH=0; VERSION_NUMBER=50600; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake <pancake@nopcode.org>" ;
}

show_usage() {
cat <<EOF2
'configure' configures radare2-rlang-5.3.0 to adapt to many kinds of systems.
'configure' configures radare2-rlang-5.6.0 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -196,10 +196,10 @@ ocho() {

show_version() {
if [ "$QUIET" = 1 ]; then
echo "5.3.0"
echo "5.6.0"
exit 0
fi
echo "radare2-rlang-5.3.0 configuration script done with acr v1.9.8.
echo "radare2-rlang-5.6.0 configuration script done with acr v1.9.9.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand Down Expand Up @@ -228,7 +228,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: radare2-rlang"
echo "VERSION: 5.3.0"
echo "VERSION: 5.6.0"
echo "LANGS: c"
echo "PKG-CONFIG: r_core"
echo "FLAGS: --with-ostype=auto"
Expand Down Expand Up @@ -354,7 +354,8 @@ if [ -n "${PKGCONFIG}" ]; then
ocho ${PKGCONFIG}
else
echo "Cannot find pkg-config or pkgconf in PATH" >&2
exit 1 ocho no; fi
exit 1
ocho no; fi
if [ -z "${PKGCONFIG}" ]; then pkg-config --version >/dev/null 2>&1 ; if [ 0 = 0 ]; then PKGCONFIG=pkg-config ; else PKGCONFIG=pkgconf ; fi; fi
type ${PKGCONFIG} > /dev/null 2>&1 || echo "ERROR: Cannot find valid PKGCONFIG, pkg-config or pkgconf in PATH"
echo 'Using PKGCONFIG: '${PKGCONFIG}
Expand Down
2 changes: 1 addition & 1 deletion configure.acr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PKGNAME radare2-rlang
VERSION 5.3.0
VERSION 5.6.0
CONTACT pancake ; pancake@nopcode.org

REPORT PREFIX ;
Expand Down

0 comments on commit 458109c

Please sign in to comment.