diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/apib.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/atdtool.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/cask.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/clipper.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/elixir.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/emacs-clang-complete-async.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/git-archive-all.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/git-integration.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/json_spirit.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/jsonpp.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/lrdf.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/mdr.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/mruby.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/offline-imap.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/rebar.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/s3cmd.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/tlassemble.rb | 4 |
17 files changed, 32 insertions, 32 deletions
diff --git a/Library/Formula/apib.rb b/Library/Formula/apib.rb index 8583e4091..399a3a999 100644 --- a/Library/Formula/apib.rb +++ b/Library/Formula/apib.rb @@ -2,8 +2,8 @@ require 'formula' class Apib < Formula homepage 'https://github.com/apigee/apib' - url 'https://github.com/apigee/apib/archive/APIB_1_0.zip' - sha1 '25d5b29bfab858e71ca166d29e9218bd39ba5cc6' + url 'https://github.com/apigee/apib/archive/APIB_1_0.tar.gz' + sha1 'd7a5a2accd6bda7efeca433141b5df44ccd7f0b0' def install system "./configure", "--prefix=#{prefix}" diff --git a/Library/Formula/atdtool.rb b/Library/Formula/atdtool.rb index 0f00b86c9..9bee0c8df 100644 --- a/Library/Formula/atdtool.rb +++ b/Library/Formula/atdtool.rb @@ -2,8 +2,8 @@ require 'formula' class Atdtool < Formula homepage 'https://github.com/lpenz/atdtool' - url 'https://github.com/lpenz/atdtool/archive/upstream/1.3.zip' - sha1 '753abbfccd29d88abe774c032e58ea9428d8f6db' + url 'https://github.com/lpenz/atdtool/archive/upstream/1.3.tar.gz' + sha1 '0e6ac49a106912f010f3cb71dec59ef5c29ad108' depends_on :python depends_on 'txt2tags' => :build diff --git a/Library/Formula/cask.rb b/Library/Formula/cask.rb index 59db81274..b71616b3b 100644 --- a/Library/Formula/cask.rb +++ b/Library/Formula/cask.rb @@ -16,8 +16,8 @@ end class Cask < Formula homepage "http://cask.github.io/" - url "https://github.com/cask/cask/archive/v0.5.2.zip" - sha1 "0178e1b9a3ea80ad91e8a2d25ee3cdf7f782876f" + url "https://github.com/cask/cask/archive/v0.5.2.tar.gz" + sha1 "23a71874844a07b4d0dc58335b8b8b97fc423481" head "https://github.com/cask/cask.git" depends_on NewEnoughEmacs diff --git a/Library/Formula/clipper.rb b/Library/Formula/clipper.rb index 92b71f518..94e3f6ccb 100644 --- a/Library/Formula/clipper.rb +++ b/Library/Formula/clipper.rb @@ -2,8 +2,8 @@ require 'formula' class Clipper < Formula homepage 'https://wincent.com/products/clipper' - url 'https://github.com/wincent/clipper/archive/0.2.zip' - sha1 'dbc037d4d60b73ff0f99959adb0c3a94a45761cd' + url 'https://github.com/wincent/clipper/archive/0.2.tar.gz' + sha1 'e4dd31b1f1398975edc46f9e9fe9035c46ec3318' depends_on 'go' => :build diff --git a/Library/Formula/elixir.rb b/Library/Formula/elixir.rb index 8ad1ec78e..0bb56c74d 100644 --- a/Library/Formula/elixir.rb +++ b/Library/Formula/elixir.rb @@ -26,8 +26,8 @@ end class Elixir < Formula homepage 'http://elixir-lang.org/' - url 'https://github.com/elixir-lang/elixir/archive/v0.12.4.zip' - sha1 '033970698bdfd82abebe8c8ec621d4002c314e0b' + url 'https://github.com/elixir-lang/elixir/archive/v0.12.4.tar.gz' + sha1 '6476f046fd008452657858f914f9ede92a1d4c35' head 'https://github.com/elixir-lang/elixir.git' diff --git a/Library/Formula/emacs-clang-complete-async.rb b/Library/Formula/emacs-clang-complete-async.rb index 2bbb0d117..83ea6a774 100644 --- a/Library/Formula/emacs-clang-complete-async.rb +++ b/Library/Formula/emacs-clang-complete-async.rb @@ -2,8 +2,8 @@ require 'formula' class EmacsClangCompleteAsync < Formula homepage 'https://github.com/Golevka/emacs-clang-complete-async' - url 'https://github.com/Golevka/emacs-clang-complete-async/archive/v0.5.zip' - sha1 'a95ad0d2336548a41049358cac4c1dfb29561349' + url 'https://github.com/Golevka/emacs-clang-complete-async/archive/v0.5.tar.gz' + sha1 '7f50d3029fedee5ef9306afdac547571928a16b4' head 'https://github.com/Golevka/emacs-clang-complete-async.git' diff --git a/Library/Formula/git-archive-all.rb b/Library/Formula/git-archive-all.rb index 7c1e9c951..5a7cc4591 100644 --- a/Library/Formula/git-archive-all.rb +++ b/Library/Formula/git-archive-all.rb @@ -2,8 +2,8 @@ require 'formula' class GitArchiveAll < Formula homepage 'https://github.com/Kentzo/git-archive-all' - url 'https://github.com/Kentzo/git-archive-all/archive/1.8.zip' - sha1 'f33773fbede7323c3ffba80f902a297cfe31a146' + url 'https://github.com/Kentzo/git-archive-all/archive/1.8.tar.gz' + sha1 'e20f679330a7cba80a9cbfca8b0b7519d04de2f2' head 'https://github.com/Kentzo/git-archive-all.git' diff --git a/Library/Formula/git-integration.rb b/Library/Formula/git-integration.rb index 1dc909ded..e2329dc87 100644 --- a/Library/Formula/git-integration.rb +++ b/Library/Formula/git-integration.rb @@ -15,8 +15,8 @@ end class GitIntegration < Formula homepage 'http://johnkeeping.github.io/git-integration/' - url 'https://github.com/johnkeeping/git-integration/archive/v0.2.zip' - sha1 'ce86564077a683c8ce270c85530f9100f3f8c950' + url 'https://github.com/johnkeeping/git-integration/archive/v0.2.tar.gz' + sha1 '6ccfd21236112b546fa01e876a28ecb630b924ac' depends_on 'asciidoc' => [:build, :optional] depends_on SufficientlyRecentGit diff --git a/Library/Formula/json_spirit.rb b/Library/Formula/json_spirit.rb index 8c4d21c1b..4868a4c6a 100644 --- a/Library/Formula/json_spirit.rb +++ b/Library/Formula/json_spirit.rb @@ -2,8 +2,8 @@ require 'formula' class JsonSpirit < Formula homepage 'http://www.codeproject.com/KB/recipes/JSON_Spirit.aspx' - url 'https://github.com/png85/json_spirit/archive/json_spirit-4.07.zip' - sha1 'e7055cb8fd596fc89b73e6898d8162a56fd80ec7' + url 'https://github.com/png85/json_spirit/archive/json_spirit-4.07.tar.gz' + sha1 'b29272c59f8f840c255f75a0949ba839b7cec13b' depends_on 'boost' depends_on 'cmake' => :build diff --git a/Library/Formula/jsonpp.rb b/Library/Formula/jsonpp.rb index 47128c6a3..4cdbf632d 100644 --- a/Library/Formula/jsonpp.rb +++ b/Library/Formula/jsonpp.rb @@ -2,7 +2,7 @@ require 'formula' class Jsonpp < Formula homepage 'http://jmhodges.github.io/jsonpp/' - url 'https://github.com/jmhodges/jsonpp/releases/v1.2.0/715/jsonpp-1.2.0-osx-x86_64.zip' + url 'https://github.com/jmhodges/jsonpp/releases/v1.2.0/715/jsonpp-1.2.0-osx-x86_64.tar.gz' version '1.2.0' sha1 '422d5b2cefa92923d2fbef9afe1324d72134509e' diff --git a/Library/Formula/lrdf.rb b/Library/Formula/lrdf.rb index 3981b0d15..b26b50b17 100644 --- a/Library/Formula/lrdf.rb +++ b/Library/Formula/lrdf.rb @@ -2,8 +2,8 @@ require 'formula' class Lrdf < Formula homepage 'https://github.com/swh/LRDF' - url 'https://github.com/swh/LRDF/archive/0.5.0.zip' - sha1 'c983c78f27ec2ddf1b699879ded840291aaba0c1' + url 'https://github.com/swh/LRDF/archive/0.5.0.tar.gz' + sha1 'f44889937a70581c737976687f81cee71f92032f' depends_on "pkg-config" => :build depends_on "automake" => :build diff --git a/Library/Formula/mdr.rb b/Library/Formula/mdr.rb index cf21f1ff6..9aa93b76d 100644 --- a/Library/Formula/mdr.rb +++ b/Library/Formula/mdr.rb @@ -2,8 +2,8 @@ require 'formula' class Mdr < Formula homepage "https://github.com/halffullheart/mdr" - url "https://github.com/halffullheart/mdr/archive/v1.0.0.zip" - sha1 "46f9146e103b9ac8132f773ee6d7903dac066b65" + url "https://github.com/halffullheart/mdr/archive/v1.0.0.tar.gz" + sha1 "4e2424363aa72f7e94997c91594f1f1c7901587d" def install system "rake" diff --git a/Library/Formula/mruby.rb b/Library/Formula/mruby.rb index 634106f2c..959d6d7c2 100644 --- a/Library/Formula/mruby.rb +++ b/Library/Formula/mruby.rb @@ -2,7 +2,7 @@ require "formula" class Mruby < Formula homepage "http://www.mruby.org" - url "https://github.com/mruby/mruby/archive/1.0.0.zip" + url "https://github.com/mruby/mruby/archive/1.0.0.tar.gz" sha1 "48861f5e01019fd82da4543c01d163fc03ec4643" head "https://github.com/mruby/mruby.git" diff --git a/Library/Formula/offline-imap.rb b/Library/Formula/offline-imap.rb index 380de33d9..733a4a7cd 100644 --- a/Library/Formula/offline-imap.rb +++ b/Library/Formula/offline-imap.rb @@ -2,8 +2,8 @@ require 'formula' class OfflineImap < Formula homepage 'http://offlineimap.org/' - url 'https://github.com/OfflineIMAP/offlineimap/archive/v6.5.5.zip' - sha1 '90541e4f6d439edf0aa0afbff2b4bfc1c1f10d10' + url 'https://github.com/OfflineIMAP/offlineimap/archive/v6.5.5.tar.gz' + sha1 '8cf4b1dfe98f14d51d8e331dd7393accc9320ac7' head 'https://github.com/OfflineIMAP/offlineimap.git' diff --git a/Library/Formula/rebar.rb b/Library/Formula/rebar.rb index 3ad0da187..65076d81a 100644 --- a/Library/Formula/rebar.rb +++ b/Library/Formula/rebar.rb @@ -2,8 +2,8 @@ require 'formula' class Rebar < Formula homepage 'https://github.com/rebar/rebar' - url 'https://github.com/rebar/rebar/archive/2.2.0.zip' - sha1 '48e3b6e4293129b990c4e35dc0be5f822c66e08d' + url 'https://github.com/rebar/rebar/archive/2.2.0.tar.gz' + sha1 '8b246586383d8809c7681f3e56bfc8d8c3b3757e' head "https://github.com/basho/rebar.git", :branch => "master" diff --git a/Library/Formula/s3cmd.rb b/Library/Formula/s3cmd.rb index 294ff0840..061599b11 100644 --- a/Library/Formula/s3cmd.rb +++ b/Library/Formula/s3cmd.rb @@ -2,12 +2,12 @@ require 'formula' class S3cmd < Formula homepage 'http://s3tools.org/s3cmd' - url 'https://github.com/s3tools/s3cmd/archive/v1.0.1.zip' + url 'https://github.com/s3tools/s3cmd/archive/v1.0.1.tar.gz' sha1 '4a6f7bfb9300b728ca466967b91aa07521ef6f80' head 'https://github.com/s3tools/s3cmd.git' devel do - url 'https://github.com/s3tools/s3cmd/archive/v1.5.0-beta1.zip' + url 'https://github.com/s3tools/s3cmd/archive/v1.5.0-beta1.tar.gz' sha1 'ce5738c8d389b705b5a1283da6356df92673863b' version "1.5.0-beta1" end diff --git a/Library/Formula/tlassemble.rb b/Library/Formula/tlassemble.rb index 90a07e741..969fb436e 100644 --- a/Library/Formula/tlassemble.rb +++ b/Library/Formula/tlassemble.rb @@ -2,8 +2,8 @@ require 'formula' class Tlassemble < Formula homepage 'http://www.dayofthenewdan.com/projects/tlassemble/' - url 'https://github.com/dbridges/cocoa-tlassemble/archive/v1.0.zip' - sha1 'b19dd3cef88b1bb7483344e745f6bb317a17b59b' + url 'https://github.com/dbridges/cocoa-tlassemble/archive/v1.0.tar.gz' + sha1 'a261e39acc38996ebe24df2c37f935d9db1033ca' def install system 'make' |
