Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfv committed Aug 16, 2023
1 parent de9a92f commit 334755f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions curl/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: "8.1.2"
version: "8.2.1"

package:
name: curl
version: "{{ version }}"

source:
url: http://curl.haxx.se/download/curl-{{ version }}.tar.bz2
sha256: b54974d32fd610acace92e3df1f643144015ac65847f0a041fdc17db6f43f243
sha256: 0f1e31ebe336c09ec66381f1532f8350e466e1d02ffe10c4ac44a867f1b9d343

build:
number: 0
Expand Down
4 changes: 2 additions & 2 deletions libarchive/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: 3.6.2
version: 3.7.1

package:
name: libarchive
version: '{{ version }}'

source:
url: https://github.com/libarchive/libarchive/archive/v{{ version }}.tar.gz
sha256: 652b84588488c2ff38db8f666cd7f781163f85bff4449dcb2e16d3c734f96697
sha256: 593544415765dd2e160fe132adb1513930b36c431de611b5eb3d98ba663bc995
patches:
- patches/0001-Add-lib-to-CMAKE_FIND_LIBRARY_PREFIXES-for-lzma.patch
- patches/0003-VC9-compatibility-test-for-BCryptDeriveKeyPBKDF2.patch
Expand Down
4 changes: 2 additions & 2 deletions libnghttp2/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
context:
name: nghttp2
version: 1.54.0
version: 1.55.1

package:
name: '{{ name|lower }}'
version: '{{ version }}'

source:
url: https://github.com/nghttp2/{{ name }}/releases/download/v{{ version }}/nghttp2-{{ version }}.tar.gz
sha256: 890cb0761d2fac570f0aa7bce085cd7d3c77bcfd56510456b6ea0278cde812f0
sha256: e12fddb65ae3218b4edc083501519379928eba153e71a1673b185570f08beb96

build:
number: 0
Expand Down
4 changes: 2 additions & 2 deletions openssl/recipe.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
context:
version: 3.1.1
version: 3.1.2

package:
name: openssl
version: '{{ version }}'

source:
url: http://www.openssl.org/source/openssl-{{ version }}.tar.gz
sha256: b3aa61334233b852b63ddb048df181177c2c659eb9d4376008118f9c08d07674
sha256: a0ce69b8b97ea6a35b96875235aa453b966ba3cba8af2de23657d8b6767d6539

build:
number: 0
Expand Down

0 comments on commit 334755f

Please sign in to comment.