Skip to content

Commit

Permalink
[create-pull-request] automated change (#130)
Browse files Browse the repository at this point in the history
Co-authored-by: wolfv <[email protected]>
  • Loading branch information
github-actions[bot] and wolfv authored May 31, 2023
1 parent 7058b4e commit aea0553
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.0.1"
version: "8.1.2"

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

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

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

package:
name: libssh2
version: '{{ version }}'

source:
url: https://www.libssh2.org/download/libssh2-{{ version }}.tar.gz
sha256: 2d64e90f3ded394b91d3a2e774ca203a4179f69aebee03003e5a6fa621e41d51
sha256: 3736161e41e2693324deb38c26cfdc3efe6209d634ba4258db1cecff6a5ad461
patches:
- 246c7cb0184b9e1a882c753b412825799c7a9118.patch

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.0
version: 3.1.1

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

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

build:
number: 0
Expand Down

0 comments on commit aea0553

Please sign in to comment.