Skip to content

Commit

Permalink
Bump versions for libcurl, libjson, nghttp2, openssl, libssh2, libxml2
Browse files Browse the repository at this point in the history
  • Loading branch information
micahsnyder committed Jan 2, 2025
1 parent f756727 commit 42d44be
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions recipes/libcurl-8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

name: libcurl
version: "8.9.1"
url: https://curl.se/download/curl-8.9.1.zip
version: "8.11.1"
url: https://curl.se/download/curl-8.11.1.zip
mussels_version: "0.3"
type: recipe
platforms:
Expand Down
4 changes: 2 additions & 2 deletions recipes/libjson-c-0.16.yaml → recipes/libjson-c-0.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

name: libjson_c
version: "0.17.0"
url: https://s3.amazonaws.com/json-c_releases/releases/json-c-0.17.tar.gz
version: "0.18.0"
url: https://s3.amazonaws.com/json-c_releases/releases/json-c-0.18.tar.gz
mussels_version: "0.3"
type: recipe
platforms:
Expand Down
4 changes: 2 additions & 2 deletions recipes/libnghttp2-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

name: libnghttp2
version: "1.63.0"
url: https://github.com/nghttp2/nghttp2/archive/refs/tags/v1.63.0.zip
version: "1.64.0"
url: https://github.com/nghttp2/nghttp2/archive/refs/tags/v1.64.0.zip
archive_name_change:
- v
- nghttp2-
Expand Down
4 changes: 2 additions & 2 deletions recipes/libopenssl-3.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

name: libopenssl
version: "3.2.2"
url: https://www.openssl.org/source/openssl-3.2.2.tar.gz
version: "3.2.3"
url: https://www.openssl.org/source/openssl-3.2.3.tar.gz
mussels_version: "0.2"
type: recipe
platforms:
Expand Down
4 changes: 2 additions & 2 deletions recipes/libssh2-1.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

name: libssh2
version: "1.11.0"
url: https://www.libssh2.org/download/libssh2-1.11.0.tar.gz
version: "1.11.1"
url: https://www.libssh2.org/download/libssh2-1.11.1.tar.gz
mussels_version: "0.3"
type: recipe
platforms:
Expand Down
8 changes: 4 additions & 4 deletions recipes/libxml2-2.10.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@
# limitations under the License.

name: libxml2
version: "2.13.3"
url: https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.13.3/libxml2-v2.13.3.tar.gz
version: "2.13.5"
url: https://gitlab.gnome.org/GNOME/libxml2/-/archive/v2.13.5/libxml2-v2.13.5.tar.gz
# archive_name_change:
# - libxml2-v2.13.3-cdd2575f7fbab1d8162600f4048bc37503c80e28
# - libxml2-v2.13.3
# - libxml2-v2.13.5-cdd2575f7fbab1d8162600f4048bc37503c80e28
# - libxml2-v2.13.5
mussels_version: "0.3"
type: recipe
platforms:
Expand Down

0 comments on commit 42d44be

Please sign in to comment.