aboutsummaryrefslogtreecommitdiff
path: root/Taskfile.yaml
diff options
context:
space:
mode:
authorLibravatar vnugent <public@vaughnnugent.com>2024-11-06 21:22:25 -0500
committerLibravatar vnugent <public@vaughnnugent.com>2024-11-06 21:22:25 -0500
commit183130781dafef490fa51a6a89065cc32dfbcbca (patch)
tree0c248ebab0d0256906abba631f610f0681ee8ec8 /Taskfile.yaml
parentc91975e032322e26fde96edb13ef34681daccc4e (diff)
parent5f89f4494267a0dd175682f593bcd5495a3dbbda (diff)
merge developc-sharp
Diffstat (limited to 'Taskfile.yaml')
-rw-r--r--Taskfile.yaml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Taskfile.yaml b/Taskfile.yaml
index ea12599..be5ea48 100644
--- a/Taskfile.yaml
+++ b/Taskfile.yaml
@@ -247,7 +247,7 @@ tasks:
dev-update-mbedtls-headers:
vars:
MBEDTLS_GIT_URL: 'https://github.com/Mbed-TLS/mbedtls'
- MBEDTLS_GIT_BRANCH: 'development'
+ MBEDTLS_GIT_BRANCH: 'v3.6.2'
MBEDTLS_DIR: 'vendor/mbedtls'
TMP_DIR: '.update/mbedtls'
cmds:
@@ -262,7 +262,7 @@ tasks:
dev-update-openssl-headers:
vars:
OPENSSL_GIT_URL: 'https://github.com/openssl/openssl'
- OPENSSL_GIT_BRANCH: 'openssl-3.3.1'
+ OPENSSL_GIT_BRANCH: 'openssl-3.4.0'
OPENSSL_DIR: 'vendor/openssl'
TMP_DIR: '.update/openssl'
cmds:
@@ -277,7 +277,7 @@ tasks:
dev-set-secp256-headers:
vars:
SECP256_GIT_URL: 'https://github.com/bitcoin-core/secp256k1'
- SECP256_GIT_BRANCH: 'v0.5.1'
+ SECP256_GIT_BRANCH: 'v0.6.0'
SECP256_DIR: 'vendor/secp256k1'
TMP_DIR: '.update/secp256k1'
cmds: