Skip to content

Commit

Permalink
Release 1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
radare committed Feb 11, 2025
1 parent 4552979 commit 5b724b9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 v2.1.4
# This script was automatically generated by ACR v2.2.0
# @author: pancake <nopcode.org>
# @url: http://www.nopcode.org
# @repo: git clone https://github.com/radare/acr
Expand Down Expand Up @@ -113,12 +113,12 @@ done
: ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s}
: ${INSTALL_MAN:=${INSTALL} -m 444}
: ${INSTALL_LIB:=${INSTALL} -m 755 -c}
PKGNAME='r2yara' ; VERSION='1.4.0' ; VERSION_MAJOR=1; VERSION_MINOR=4; VERSION_PATCH=0; VERSION_NUMBER=10400; CONTACT_MAIL="judy.frankowski@gmail.com" ; CONTACT_NAME="jfrankowski" ; CONTACT="jfrankowski <judy.frankowski@gmail.com>" ;
PKGNAME='r2yara' ; VERSION='1.4.2' ; VERSION_MAJOR=1; VERSION_MINOR=4; VERSION_PATCH=2; VERSION_NUMBER=10402; CONTACT_MAIL="judy.frankowski@gmail.com" ; CONTACT_NAME="jfrankowski" ; CONTACT="jfrankowski <judy.frankowski@gmail.com>" ;
}

show_usage() {
cat <<EOF2
'configure' configures r2yara-1.4.0 to adapt to many kinds of systems.
'configure' configures r2yara-1.4.2 to adapt to many kinds of systems.
Usage: ./configure [OPTION]... [VAR=VALUE]...
Expand Down Expand Up @@ -199,10 +199,10 @@ ocho() {

show_version() {
if [ "$QUIET" = 1 ]; then
echo "1.4.0"
echo "1.4.2"
exit 0
fi
echo "r2yara-1.4.0 configuration script done with acr v2.1.4.
echo "r2yara-1.4.2 configuration script done with acr v2.2.0.
The 'Free Software Foundation' message is only for autodetection.
Originally written by pancake <nopcode.org>."
exit 0
Expand Down Expand Up @@ -231,7 +231,7 @@ case $flag in
show_version ; ;;
-r|--r|--report)
echo "PKGNAME: r2yara"
echo "VERSION: 1.4.0"
echo "VERSION: 1.4.2"
echo "AUTHOR: jfrankowski"
echo "EMAIL: judy.frankowski@gmail.com"
echo "DESCRIPTION: yara plugin for radare2"
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 r2yara
VERSION 1.4.0
VERSION 1.4.2
DESCRIPTION yara plugin for radare2 ;
CONTACT jfrankowski ; judy.frankowski@gmail.com

Expand Down

0 comments on commit 5b724b9

Please # to comment.