Skip to content

Commit

Permalink
hicolor-icon-theme: use secure urls
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Feb 11, 2016
1 parent 2b22708 commit 3033765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/hicolor-icon-theme.rb
@@ -1,11 +1,11 @@
class HicolorIconTheme < Formula
desc "Fallback theme for FreeDesktop.org icon themes"
homepage "https://wiki.freedesktop.org/www/Software/icon-theme/"
url "http://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.15.tar.xz"
url "https://icon-theme.freedesktop.org/releases/hicolor-icon-theme-0.15.tar.xz"
sha256 "9cc45ac3318c31212ea2d8cb99e64020732393ee7630fa6c1810af5f987033cc"

head do
url "http://anongit.freedesktop.org/git/xdg/default-icon-theme.git"
url "https://anongit.freedesktop.org/git/xdg/default-icon-theme.git"
depends_on "automake" => :build
depends_on "autoconf" => :build
end
Expand Down

0 comments on commit 3033765

Please sign in to comment.