Skip to content
This repository has been archived by the owner on Jun 30, 2024. It is now read-only.

Commit

Permalink
Fix libsodium packages for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
luislavena committed Apr 27, 2024
1 parent 8bd5f16 commit 5b2422d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ require "yaml"
# extend MiniPortile for local compilation
require_relative "src/custom_portile"

HAVERSACK_VERSION = "0.5.0"
HAVERSACK_VERSION = "0.5.1"

directory "downloads"
directory "lib"
Expand Down
8 changes: 4 additions & 4 deletions libs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,11 @@
- url: https://dl-cdn.alpinelinux.org/alpine/edge/main/x86_64/libsodium-dev-1.0.19-r0.apk
sha256: "a0d5f387896c14357247e313edcf19818f7a0612518de6471276ab8e629f64dc"
- platform: aarch64-apple-darwin21.0
url: https://ghcr.io/v2/homebrew/core/zlib/blobs/sha256:ebf10e203575beb64d6a8637ec2dc31774fa3141cfccab8ae7039f88b9efa7f6
sha256: "ebf10e203575beb64d6a8637ec2dc31774fa3141cfccab8ae7039f88b9efa7f6"
url: https://ghcr.io/v2/homebrew/core/libsodium/blobs/sha256:2bb039f392d4f01cda78cac11b30bda1a37e8474ba8f583e47ce710403a1f630
sha256: "2bb039f392d4f01cda78cac11b30bda1a37e8474ba8f583e47ce710403a1f630"
- platform: x86_64-apple-darwin21.0
url: https://ghcr.io/v2/homebrew/core/zlib/blobs/sha256:56bbfa3d7bd6a5ccf17ffa53ab926e67f24e74bd64b4740b56fd96c312e37c44
sha256: "56bbfa3d7bd6a5ccf17ffa53ab926e67f24e74bd64b4740b56fd96c312e37c44"
url: https://ghcr.io/v2/homebrew/core/libsodium/blobs/sha256:68ce4512d9bf1e061edd2d0c09c809d7d63ca61a904802a0bf60cb935613c484
sha256: "68ce4512d9bf1e061edd2d0c09c809d7d63ca61a904802a0bf60cb935613c484"

- name: openssl
version: "3.3.0"
Expand Down

0 comments on commit 5b2422d

Please sign in to comment.