From 9b2687d08e27bee754da0efd83f8ed4d26eb485b Mon Sep 17 00:00:00 2001 From: pancake Date: Mon, 23 Jan 2023 18:49:16 +0100 Subject: [PATCH] Release 5.8.2 - just few packaging fixes --- .github/workflows/ci.yml | 2 +- configure | 10 +++++----- configure.acr | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1096cc68..fc08ed6a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -56,7 +56,7 @@ jobs: uses: actions/upload-artifact@v3 with: name: tarball - path: dist/tarball/radare2-* + path: dist/tarball/r2ghidra-* linux-asan: if: ${{ false }} # disable for now diff --git a/configure b/configure index 8c603dd0..5c59bd2b 100755 --- a/configure +++ b/configure @@ -109,12 +109,12 @@ done : ${INSTALL_PROGRAM_STRIP:=${INSTALL} -m 755 -s} : ${INSTALL_MAN:=${INSTALL} -m 444} : ${INSTALL_LIB:=${INSTALL} -m 755 -c} - PKGNAME='r2ghidra' ; VERSION='5.8.0' ; VERSION_MAJOR=5; VERSION_MINOR=8; VERSION_PATCH=0; VERSION_NUMBER=50800; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; + PKGNAME='r2ghidra' ; VERSION='5.8.2' ; VERSION_MAJOR=5; VERSION_MINOR=8; VERSION_PATCH=2; VERSION_NUMBER=50802; CONTACT_MAIL="pancake@nopcode.org" ; CONTACT_NAME="pancake" ; CONTACT="pancake " ; } show_usage() { cat <." exit 0 @@ -218,7 +218,7 @@ case $flag in show_version ; ;; -r|--r|--report) echo "PKGNAME: r2ghidra" -echo "VERSION: 5.8.0" +echo "VERSION: 5.8.2" echo "LANGS: c++" echo "PKG-CONFIG: r_core r_asm r_anal" exit 0 diff --git a/configure.acr b/configure.acr index d6f30540..2c9d47ab 100644 --- a/configure.acr +++ b/configure.acr @@ -1,5 +1,5 @@ PKGNAME r2ghidra -VERSION 5.8.0 +VERSION 5.8.2 CONTACT pancake ; pancake@nopcode.org LANG_CXX!