Skip to content

Commit

Permalink
Proper 3.9.0 release with upgraded Frida
Browse files Browse the repository at this point in the history
  • Loading branch information
trufae committed Sep 20, 2019
1 parent ca67a59 commit eefd3a5
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
include config.mk

r2_version=$(VERSION)
frida_version=12.7.3
frida_version=12.7.4

ifeq ($(strip $(frida_os)),)
ifeq ($(shell uname -o 2> /dev/null),Android)
Expand Down
4 changes: 2 additions & 2 deletions dist/build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
[ -z "${VERSION}" ] && VERSION=3.7.0
[ -z "${VERSION}" ] && VERSION=3.9.0
(
RV=${VERSION}
RA=amd64
Expand All @@ -16,7 +16,7 @@

# install NodeJS LTS
(
NV=v10.15.1
NV=v10.16.3
NA=linux-x64
echo "[*] Downloading NodeJS"
wget -c https://nodejs.org/dist/${NV}/node-${NV}-${NA}.tar.xz
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "r2frida-agent",
"version": "3.7.0",
"version": "3.9.0",
"description": "Agent for frida:// io plugin",
"private": true,
"main": "src/agent/index.js",
Expand Down

0 comments on commit eefd3a5

Please sign in to comment.