Skip to content

Commit

Permalink
guile: swap GNU url and mirror.
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Apr 23, 2017
1 parent 0fa7d33 commit a003fb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/guile.rb
@@ -1,8 +1,8 @@
class Guile < Formula
desc "GNU Ubiquitous Intelligent Language for Extensions"
homepage "https://www.gnu.org/software/guile/"
url "https://ftpmirror.gnu.org/guile/guile-2.2.2.tar.xz"
mirror "https://ftp.gnu.org/gnu/guile/guile-2.2.2.tar.xz"
url "https://ftp.gnu.org/gnu/guile/guile-2.2.2.tar.xz"
mirror "https://ftpmirror.gnu.org/guile/guile-2.2.2.tar.xz"
sha256 "1c91a46197fb1adeba4fd62a25efcf3621c6450be166d7a7062ef6ca7e11f5ab"

bottle do
Expand Down

0 comments on commit a003fb5

Please sign in to comment.