Skip to content

Commit

Permalink
gcab: fix HTTPS redirect.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Apr 3, 2014
1 parent 77d766b commit 317385e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/gcab.rb
Expand Up @@ -2,7 +2,7 @@

class Gcab < Formula
homepage 'https://wiki.gnome.org/msitools'
url 'http://download.gnome.org/sources/gcab/0.4/gcab-0.4.tar.xz'
url 'https://download.gnome.org/sources/gcab/0.4/gcab-0.4.tar.xz'
sha1 'd81dfe35125e611e3a94c0d4def37ebf62b9187c'

depends_on 'intltool' => :build
Expand Down Expand Up @@ -36,4 +36,4 @@ def install
+ -Wl \
-no-undefined \
$(NULL)

0 comments on commit 317385e

Please sign in to comment.