gimp: use secure urls
This commit is contained in:
parent
b7dadd60f9
commit
a98dfcc176
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
class Gimp < Formula
|
class Gimp < Formula
|
||||||
desc "GNU Image Manipulation Program"
|
desc "GNU Image Manipulation Program"
|
||||||
homepage "http://www.gimp.org"
|
homepage "https://www.gimp.org"
|
||||||
|
|
||||||
stable do
|
stable do
|
||||||
url "http://download.gimp.org/pub/gimp/v2.8/gimp-2.8.16.tar.bz2"
|
url "https://download.gimp.org/pub/gimp/v2.8/gimp-2.8.16.tar.bz2"
|
||||||
sha256 "95e3857bd0b5162cf8d1eda8c78b741eef968c3e3ac6c1195aaac2a4e2574fb7"
|
sha256 "95e3857bd0b5162cf8d1eda8c78b741eef968c3e3ac6c1195aaac2a4e2574fb7"
|
||||||
|
|
||||||
resource "gegl02" do
|
resource "gegl02" do
|
||||||
url "http://download.gimp.org/pub/gegl/0.2/gegl-0.2.0.tar.bz2"
|
url "https://download.gimp.org/pub/gegl/0.2/gegl-0.2.0.tar.bz2"
|
||||||
sha256 "df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426"
|
sha256 "df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue