GP-2754: Upgrading YAJSW to 13.05

This commit is contained in:
Ryan Kurtz 2022-10-25 05:18:31 -04:00
parent 3bab8e4284
commit 6bf0280abe
3 changed files with 5 additions and 5 deletions

View File

@ -1,2 +1,2 @@
DATA SEARCH IGNORE DIR: yajsw-stable-12.12
DATA SEARCH IGNORE DIR: yajsw-stable-13.05
EXCLUDE FROM GHIDRA JAR: true

View File

@ -21,7 +21,7 @@ apply plugin: 'eclipse'
eclipse.project.name = 'Features GhidraServer'
def yajswRelease = "yajsw-stable-13.04"
def yajswRelease = "yajsw-stable-13.05"
configurations {
runGhidraServer

View File

@ -74,9 +74,9 @@ ext.deps = [
destination: FLAT_REPO_DIR
],
[
name: "yajsw-stable-13.04.zip",
url: "https://sourceforge.net/projects/yajsw/files/yajsw/yajsw-stable-13.04/yajsw-stable-13.04.zip",
sha256: "9dd2f713e808be84acccc28ca83129d0ee8d5859d3f33c522baf5185a0fd1253",
name: "yajsw-stable-13.05.zip",
url: "https://sourceforge.net/projects/yajsw/files/yajsw/yajsw-stable-13.05/yajsw-stable-13.05.zip",
sha256: "ff7a4c8262f7d24079b16607122bad8f6fb024f051c27b91883d9498568429a9",
destination: file("${DEPS_DIR}/GhidraServer")
],
[