Skip to content

Commit

Permalink
fdroidserver: update cffi resource
Browse files Browse the repository at this point in the history
See Homebrew#68463.

Closes Homebrew#68524.

Signed-off-by: Carlo Cabrera <[email protected]>
  • Loading branch information
carlocab committed Jan 8, 2021
1 parent 73bb503 commit f8aae5f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Formula/fdroidserver.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Fdroidserver < Formula
url "https://files.pythonhosted.org/packages/84/d6/d6230250054ea642b963592a4ecdc5b28e404778e8247ad9a649c3c82eb2/fdroidserver-1.1.10.tar.gz"
sha256 "30e3da797b994c8b295ef3ae68081e60019d484ba73e008b86f7a43d4f23d2e7"
license "AGPL-3.0-or-later"
revision 1

livecheck do
url :stable
Expand Down Expand Up @@ -69,8 +70,8 @@ class Fdroidserver < Formula
end

resource "cffi" do
url "https://files.pythonhosted.org/packages/cb/ae/380e33d621ae301770358eb11a896a34c34f30db188847a561e8e39ee866/cffi-1.14.3.tar.gz"
sha256 "f92f789e4f9241cd262ad7a555ca2c648a98178a953af117ef7fad46aa1d5591"
url "https://files.pythonhosted.org/packages/66/6a/98e023b3d11537a5521902ac6b50db470c826c682be6a8c661549cb7717a/cffi-1.14.4.tar.gz"
sha256 "1a465cbe98a7fd391d47dce4b8f7e5b921e6cd805ef421d04f5f66ba8f06086c"
end

resource "chardet" do
Expand Down

0 comments on commit f8aae5f

Please sign in to comment.