Skip to content

Commit

Permalink
Update open-ig (#1122)
Browse files Browse the repository at this point in the history
* open-ig - Update to v0.95.242

* Fix

* Fix

---------

Co-authored-by: d10sfan <[email protected]>
Co-authored-by: d10sfan <[email protected]>
  • Loading branch information
3 people authored Mar 2, 2024
1 parent 6f4621b commit 66efb90
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion engines/open-ig/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ git checkout "$COMMIT_TAG"
popd

# COPY PHASE

cp -rfv assets/* "$diststart/573790/dist/"
2 changes: 1 addition & 1 deletion engines/open-ig/env.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
"LIBRARIES": [
"openjdk11"
],
"COMMIT_TAG": "v0.95.237"
"COMMIT_TAG": "v0.95.242"
}
6 changes: 3 additions & 3 deletions libraries/openjdk11/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ wget https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.1
tar xvf OpenJDK11U-jdk_x64_linux_hotspot_11.0.12_7.tar.gz
export PATH="$PATH:$PWD/jdk-11.0.12+7/bin"

wget https://dlcdn.apache.org/maven/maven-3/3.9.1/binaries/apache-maven-3.9.1-bin.tar.gz
tar xvf apache-maven-3.9.1-bin.tar.gz
export PATH="$PATH:$PWD/apache-maven-3.9.1/bin"
wget https://dlcdn.apache.org/maven/maven-3/3.9.6/binaries/apache-maven-3.9.6-bin.tar.gz
tar xvf apache-maven-3.9.6-bin.tar.gz
export PATH="$PATH:$PWD/apache-maven-3.9.6/bin"
2 changes: 1 addition & 1 deletion libraries/openjdk11/env.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

export LIBRARY_LICENSES="jdk-11.0.12+7/NOTICE apache-maven-3.9.1/LICENSE"
export LIBRARY_LICENSES="jdk-11.0.12+7/NOTICE apache-maven-3.9.6/LICENSE"
2 changes: 1 addition & 1 deletion metadata/packagessniper_v2.json
Original file line number Diff line number Diff line change
Expand Up @@ -9897,7 +9897,7 @@
},
{
"engine_link": "https://github.com/akarnokd/open-ig",
"version": "v0.95.237",
"version": "v0.95.242",
"author": "d10sfan",
"author_link": "https://github.com/d10sfan",
"license": "LGPL-3.0",
Expand Down

0 comments on commit 66efb90

Please sign in to comment.