aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-08-06 19:57:10 -0400
committerLibravatar vnugent <public@vaughnnugent.com>2024-08-06 19:57:10 -0400
commit3b97f84fd0477eafcd6567eb8597b213e4136664 (patch)
treea4f016f375f6d135568bec394d5e659c1d47ae79 /Taskfile.yaml
parent7989a2660997b909e0b99fc1dfb3bcfbb0528df3 (diff)
update libsecp256k1 to v0.5.1
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r--Taskfile.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml
index 053cef2..0af15f3 100644
--- a/Taskfile.yaml
+++ b/Taskfile.yaml
@@ -226,9 +226,9 @@ tasks:
dev-set-secp256-headers:
vars:
SECP256_GIT_URL: 'https://github.com/bitcoin-core/secp256k1'
- SECP256_GIT_BRANCH: 'v0.5.0'
+ SECP256_GIT_BRANCH: 'v0.5.1'
SECP256_DIR: 'vendor/secp256k1'
- TMP_DIR: '.update/openssl'
+ TMP_DIR: '.update/secp256k1'
cmds:
- cmd: powershell mkdir '{{.TMP_DIR}}' -Force
ignore_error: true