We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b4f8ca commit f1eec24Copy full SHA for f1eec24
1 file changed
Formula/ossguard.rb
@@ -3,14 +3,15 @@ class Ossguard < Formula
3
4
desc "One CLI to guard any OSS project with OpenSSF security best practices"
5
homepage "https://github.com/kirankotari/ossguard"
6
- url "https://github.com/kirankotari/ossguard/archive/refs/tags/v0.1.0.tar.gz"
7
- sha256 "18e5378c90d643f39f7a42b17405880db0ef4f7d8db92234232ad5d24fa11096"
+ url "https://files.pythonhosted.org/packages/d5/be/fa431736a8cae03d76146ad1e15aa31c5c5ccb0e0d584d221614ed705b7f/ossguard-0.1.0.tar.gz"
+ sha256 "a2e3c687c3ecf92eac83443955a5fc638ea868ed45d18ded04bed02421d80a14"
8
license "Apache-2.0"
9
10
depends_on "python@3.12"
11
12
def install
13
- virtualenv_install_with_resources
+ venv = virtualenv_create(libexec, "python3.12")
14
+ venv.pip_install_and_link buildpath
15
end
16
17
test do
0 commit comments