Skip to content

Commit

Permalink
Update secp256k1 to 0.3.2 for linux platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewLM committed Aug 8, 2023
1 parent facc58c commit d4b0e38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion coinlib_flutter/example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ subprojects {
project.evaluationDependsOn(':app')
}

task clean(type: Delete) {
tasks.register("clean", Delete) {
delete rootProject.buildDir
}
4 changes: 2 additions & 2 deletions coinlib_flutter/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ ExternalProject_Add(
secp256k1

GIT_REPOSITORY https://github.com/bitcoin-core/secp256k1
GIT_TAG 346a053d4c442e08191f075c3932d03140579d47 # v0.3.1 with cmake system
GIT_TAG acf5c55ae6a94e5ca847e07def40427547876101 # v0.3.2 with cmake system

PREFIX ${SECP256K1_PREFIX}

Expand All @@ -59,7 +59,7 @@ ExternalProject_Add(
# Post-build processing of library file
# Move output library to the correct place

set(SECP256K1_VERSIONEDLIB ${SECP256K1_PREFIX}/lib/libsecp256k1.so.2.0.1)
set(SECP256K1_VERSIONEDLIB ${SECP256K1_PREFIX}/lib/libsecp256k1.so.2.0.2)
set(SECP255K1_FINALLIB ${SECP256K1_PREFIX}/lib/libsecp256k1.so)

# Move any versioned .so file to an unversioned .so file.
Expand Down

0 comments on commit d4b0e38

Please sign in to comment.