diff --git a/download_libs/download_libs.go b/download_libs/download_libs.go index 2e510c4..3f24d9e 100644 --- a/download_libs/download_libs.go +++ b/download_libs/download_libs.go @@ -13,7 +13,7 @@ import ( func main() { baseURL := "https://dl.cryptlex.com/downloads/" - libVersion := "v3.25.0"; + libVersion := "v3.25.1"; basePath := "./libs/" fmt.Println("Downloading LexActivator libs " + libVersion + " ...") url := baseURL + libVersion + "/LexActivator-Static-Mac.zip" diff --git a/libs/darwin_amd64/libLexActivator.a b/libs/darwin_amd64/libLexActivator.a index d6088be..8215750 100644 Binary files a/libs/darwin_amd64/libLexActivator.a and b/libs/darwin_amd64/libLexActivator.a differ diff --git a/libs/linux_amd64/libLexActivator.a b/libs/linux_amd64/libLexActivator.a index 68e942b..cd1476d 100644 Binary files a/libs/linux_amd64/libLexActivator.a and b/libs/linux_amd64/libLexActivator.a differ diff --git a/libs/linux_arm64/libLexActivator.a b/libs/linux_arm64/libLexActivator.a index dfb513d..5c958c3 100644 Binary files a/libs/linux_arm64/libLexActivator.a and b/libs/linux_arm64/libLexActivator.a differ diff --git a/libs/windows_amd64/LexActivator.dll b/libs/windows_amd64/LexActivator.dll index 8a7db8a..4215eac 100644 Binary files a/libs/windows_amd64/LexActivator.dll and b/libs/windows_amd64/LexActivator.dll differ