aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
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