Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
MuggleWei committed Nov 7, 2023
2 parents 390a46f + fcecc6d commit e395723
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ if [ $build_openssl -eq 1 ]; then
cd $dep_dir

openssl_git=https://github.com/openssl/openssl.git
openssl_tag=openssl-3.1.3
openssl_tag=openssl-3.1.4
openssl_name=openssl-$openssl_tag
openssl_src_dir=$dep_dir/$openssl_name
openssl_build_dir=$build_dir/_deps/openssl
Expand Down
4 changes: 2 additions & 2 deletions build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: yoauth
variables:
- build_type: release
- yoauth_tag: v1.0.0
- mugglec_tag: v1.3.2
- openssl_tag: openssl-3.1.3
- mugglec_tag: v1.3.5
- openssl_tag: openssl-3.1.4
- unity_tag: v2.5.2
source:
maintainer: mugglewei
Expand Down
2 changes: 1 addition & 1 deletion dep_modules/mugglec.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: mugglec
variables:
- build_type: release
- mugglec_tag: v1.3.2
- mugglec_tag: v1.3.5
- mugglec_url: https://github.com/MuggleWei/mugglec.git
source:
maintainer: mugglewei
Expand Down
2 changes: 1 addition & 1 deletion dep_modules/openssl.unix.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: openssl
variables:
- build_type: release
- openssl_tag: openssl-3.1.1
- openssl_tag: openssl-3.1.4
- openssl_url: https://github.com/openssl/openssl.git
#- zlib_tag: v1.2.13
source:
Expand Down
2 changes: 1 addition & 1 deletion dep_modules/openssl.win.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: openssl
variables:
- build_type: release
- openssl_tag: openssl-3.1.1
- openssl_tag: openssl-3.1.4
- openssl_url: https://github.com/openssl/openssl.git
#- zlib_tag: v1.2.13
source:
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.15
1.0.16

0 comments on commit e395723

Please sign in to comment.