scour 0.37
Closes #29749. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
a04c73db52
commit
3202392396
1 changed files with 4 additions and 4 deletions
|
@ -3,8 +3,8 @@ class Scour < Formula
|
|||
|
||||
desc "SVG file scrubber"
|
||||
homepage "https://www.codedread.com/scour/"
|
||||
url "https://github.com/scour-project/scour/archive/v0.36.tar.gz"
|
||||
sha256 "1b6820430c671c71406bf79afced676699d03bd3fcc65f01a651da5dcbcf3d3b"
|
||||
url "https://github.com/scour-project/scour/archive/v0.37.tar.gz"
|
||||
sha256 "4fcb961586d8a6d98ac9343ca5647421b98fdc79b51d81a1d3d18576b7908823"
|
||||
head "https://github.com/scour-project/scour.git"
|
||||
|
||||
bottle do
|
||||
|
@ -18,8 +18,8 @@ class Scour < Formula
|
|||
depends_on "python@2"
|
||||
|
||||
resource "six" do
|
||||
url "https://files.pythonhosted.org/packages/b3/b2/238e2590826bfdd113244a40d9d3eb26918bd798fc187e2360a8367068db/six-1.10.0.tar.gz"
|
||||
sha256 "105f8d68616f8248e24bf0e9372ef04d3cc10104f1980f54d57b2ce73a5ad56a"
|
||||
url "https://files.pythonhosted.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz"
|
||||
sha256 "70e8a77beed4562e7f14fe23a786b54f6296e34344c23bc42f07b15018ff98e9"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue