Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

poac 0.10.1 #183677

Merged
merged 2 commits into from
Sep 6, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 2 additions & 20 deletions Formula/p/poac.rb
Original file line number Diff line number Diff line change
@@ -1,29 +1,11 @@
class Poac < Formula
desc "Package manager and build system for C++"
homepage "https://github.com/poac-dev/poac"
url "https://github.com/poac-dev/poac/archive/refs/tags/0.10.1.tar.gz"
sha256 "4be4f9d80ee1b4b2dd489bc335d59b50d945ad2bff9458eba66b230247f5c8a6"
license "Apache-2.0"
revision 2
head "https://github.com/poac-dev/poac.git", branch: "main"

# Remove `stable` block when patches are no longer needed.
stable do
url "https://github.com/poac-dev/poac/archive/refs/tags/0.10.0.tar.gz"
sha256 "4bdede67b28f9622c071bef8c7eae76062c9ef2ad122deee49d994668e846288"

# Allow usage of fmt 11
# https://github.com/poac-dev/poac/pull/975
patch do
url "https://github.com/poac-dev/poac/commit/e38d0c542538204b7e0522d07c65d0c787cb4eb9.patch?full_index=1"
sha256 "b1456f819f8079d6e051c95ec7b43dfc42d8f5998e7521e6534047cd2348638e"
end

# Fix for libgit2 1.8
patch do
url "https://github.com/poac-dev/poac/commit/97b43cb52fda635c75746df27664187fb2f00d7a.patch?full_index=1"
sha256 "bbe146c76ea9728b46608d0de7c8a5ded732b4418597c9b20a6025a02193bb34"
end
end

bottle do
sha256 cellar: :any, arm64_sonoma: "ed85ac75fe9e7ff7fcbb4c40541ab1327da08ed24f247fdfa9e0751b0117117e"
sha256 cellar: :any, arm64_ventura: "6826d18cdded0f0615581533455eb697362e5fac589694b10473e90433ec5519"
Expand Down
Loading