diff options
| author | Andrew Janke | 2013-03-29 16:29:20 -0400 | 
|---|---|---|
| committer | Adam Vandenberg | 2013-03-29 14:59:28 -0700 | 
| commit | 9fddebc091879c04ed8c8b55f9fe2dc655c3456e (patch) | |
| tree | 31b10fcb26c01eefb1cd8e41a203fd9eb0ecb6f1 /Library/Formula/xbee-comm.rb | |
| parent | 55e65f31e2db49e0adff05fa33fb7b87f87c58a0 (diff) | |
| download | homebrew-9fddebc091879c04ed8c8b55f9fe2dc655c3456e.tar.bz2 | |
Change github /tarball/ URLs to /archive/ for formulae L-Z
This takes care of a `brew audit` complaint.
Closes #18828.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/xbee-comm.rb')
| -rw-r--r-- | Library/Formula/xbee-comm.rb | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/xbee-comm.rb b/Library/Formula/xbee-comm.rb index da88098df..fd92d38b8 100644 --- a/Library/Formula/xbee-comm.rb +++ b/Library/Formula/xbee-comm.rb @@ -5,8 +5,8 @@ require 'formula'  class XbeeComm < Formula    homepage 'https://github.com/guyzmo/xbee-comm.git' -  url 'https://github.com/guyzmo/xbee-comm/tarball/v1.5' -  sha1 '260e4ca71dabde120fd90089f0dada68d3123dcf' +  url 'https://github.com/guyzmo/xbee-comm/archive/v1.5.tar.gz' +  sha1 '1eefd2818fcffb2da9e217c7df48b1ff4f72ef3a'    head 'https://github.com/guyzmo/xbee-comm.git'  | 
