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

snapcraft: update cffi resource #68488

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
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
1 change: 1 addition & 0 deletions Formula/lxc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ class Lxc < Formula
def install
ENV["GOPATH"] = buildpath
ENV["GOBIN"] = bin
ENV["GO111MODULE"] = "auto"

ln_s buildpath/"_dist/src", buildpath/"src"
system "go", "install", "-v", "github.com/lxc/lxd/lxc"
Expand Down
1 change: 1 addition & 0 deletions Formula/snap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ class Snap < Formula

def install
ENV["GOPATH"] = buildpath
ENV["GO111MODULE"] = "auto"
(buildpath/"src/github.com/snapcore/snapd").install buildpath.children

cd "src/github.com/snapcore/snapd" do
Expand Down
5 changes: 3 additions & 2 deletions Formula/snapcraft.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ class Snapcraft < Formula
tag: "4.4.1",
revision: "24162f9de394d11e9debf166f59fe190c9dcff3a"
license "GPL-3.0-only"
revision 1

livecheck do
url :stable
Expand Down Expand Up @@ -38,8 +39,8 @@ class Snapcraft < Formula
end

resource "cffi" do
url "https://files.pythonhosted.org/packages/05/54/3324b0c46340c31b909fcec598696aaec7ddc8c18a63f2db352562d3354c/cffi-1.14.0.tar.gz"
sha256 "2d384f4a127a15ba701207f7639d94106693b6cd64173d6c8988e2c25f3ac2b6"
url "https://files.pythonhosted.org/packages/66/6a/98e023b3d11537a5521902ac6b50db470c826c682be6a8c661549cb7717a/cffi-1.14.4.tar.gz"
sha256 "1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c"
end

resource "chardet" do
Expand Down