You've already forked AstralRinth
forked from didirus/AstralRinth
fix: Correctly replace linux natives for LWJGL 3.3.1 (#20)
This commit is contained in:
@@ -2863,7 +2863,8 @@
|
||||
{
|
||||
"_comment": "Replace glfw from 3.3.1 with version from 3.3.2 to prevent stack smashing",
|
||||
"match": [
|
||||
"org.lwjgl:lwjgl-glfw-natives-linux:3.3.1"
|
||||
"org.lwjgl:lwjgl-glfw-natives-linux:3.3.1",
|
||||
"org.lwjgl:lwjgl-glfw:3.3.1:natives-linux"
|
||||
],
|
||||
"override": {
|
||||
"downloads": {
|
||||
@@ -2876,4 +2877,4 @@
|
||||
"name": "org.lwjgl:lwjgl-glfw-natives-linux:3.3.2-lwjgl.1"
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user