Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

R formulae license update #59026

Merged
merged 39 commits into from
Aug 2, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
9010dd4
rabbitmq-c: add license
chenrui333 Aug 2, 2020
78a9b74
rabbitmq: add license
chenrui333 Aug 2, 2020
6fa3fc6
rack: add license
chenrui333 Aug 2, 2020
e0986ed
rainbarf: add license
chenrui333 Aug 2, 2020
9216b8d
range-v3: add license
chenrui333 Aug 2, 2020
3a8b9c1
rapidjson: add license
chenrui333 Aug 2, 2020
3996644
rav1e: add license
chenrui333 Aug 2, 2020
9770b74
rawtoaces: add license
chenrui333 Aug 2, 2020
3e6602b
rbenv-binstubs: add license
chenrui333 Aug 2, 2020
9b76b84
rbenv-gemset: add license
chenrui333 Aug 2, 2020
7a28c99
rbspy: add license
chenrui333 Aug 2, 2020
4a2a13a
rdesktop: add license
chenrui333 Aug 2, 2020
0ed7cd7
re2: add license
chenrui333 Aug 2, 2020
41ab7a9
re2c: add license
chenrui333 Aug 2, 2020
066de2f
recode: add license
chenrui333 Aug 2, 2020
d30db51
redpen: add license
chenrui333 Aug 2, 2020
c45a559
redsocks: add license
chenrui333 Aug 2, 2020
15344fd
rem: add license
chenrui333 Aug 2, 2020
57f815e
rgf: add license
chenrui333 Aug 2, 2020
e501fd6
riemann-client: add license
chenrui333 Aug 2, 2020
9bcd5a8
ripgrep-all: add license
chenrui333 Aug 2, 2020
b2d7275
ripgrep: add license
chenrui333 Aug 2, 2020
9a2655e
rmate: add license
chenrui333 Aug 2, 2020
600fc53
robot-framework: add license
chenrui333 Aug 2, 2020
71ef663
rocksdb: add license
chenrui333 Aug 2, 2020
b36ae0b
roll: add license
chenrui333 Aug 2, 2020
b52c677
rom-tools: add license
chenrui333 Aug 2, 2020
30f5e07
root: add license
chenrui333 Aug 2, 2020
1ce6c61
roundup: add license
chenrui333 Aug 2, 2020
1d22653
rpg: add license
chenrui333 Aug 2, 2020
63b5f79
rrdtool: add license
chenrui333 Aug 2, 2020
f0b6bda
rsstail: add license
chenrui333 Aug 2, 2020
02feab2
rsync-time-backup: add license
chenrui333 Aug 2, 2020
3d8f695
rt-audio: add license
chenrui333 Aug 2, 2020
6814881
rtmpdump: add license
chenrui333 Aug 2, 2020
f3dd0e9
rubberband: add license
chenrui333 Aug 2, 2020
641ebae
rust-analyzer: add license
chenrui333 Aug 2, 2020
042162e
rust: add license
chenrui333 Aug 2, 2020
6c39bfb
rustup-init: add license
chenrui333 Aug 2, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Formula/rabbitmq-c.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class RabbitmqC < Formula
homepage "https://github.com/alanxz/rabbitmq-c"
url "https://github.com/alanxz/rabbitmq-c/archive/v0.10.0.tar.gz"
sha256 "6455efbaebad8891c59f274a852b75b5cc51f4d669dfc78d2ae7e6cc97fcd8c0"
license "MIT"
head "https://github.com/alanxz/rabbitmq-c.git"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/rabbitmq.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Rabbitmq < Formula
homepage "https://www.rabbitmq.com"
url "https://github.com/rabbitmq/rabbitmq-server/releases/download/v3.8.3/rabbitmq-server-generic-unix-3.8.3.tar.xz"
sha256 "5a2739ed1dba77f88316b4c63393d8037fc4acf51881ba922470453e891875b6"
license "MPL-2.0"

bottle :unneeded

Expand Down
1 change: 1 addition & 0 deletions Formula/rack.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Rack < Formula
url "https://github.com/rackspace/rack.git",
tag: "1.2",
revision: "09c14b061f4a115c8f1ff07ae6be96d9b11e08df"
license "Apache-2.0"
head "https://github.com/rackspace/rack.git"

bottle do
Expand Down
2 changes: 2 additions & 0 deletions Formula/rainbarf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ class Rainbarf < Formula
homepage "https://github.com/creaktive/rainbarf"
url "https://github.com/creaktive/rainbarf/archive/v1.4.tar.gz"
sha256 "066579c0805616075c49c705d1431fb4b7c94a08ef2b27dd8846bd3569a188a4"
# license ["Artistic-1.0", "GPL-1.0"] - pending https://github.com/Homebrew/brew/pull/7953
license "Artistic-1.0"
head "https://github.com/creaktive/rainbarf.git"

bottle :unneeded
Expand Down
1 change: 1 addition & 0 deletions Formula/range-v3.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class RangeV3 < Formula
homepage "https://ericniebler.github.io/range-v3/"
url "https://github.com/ericniebler/range-v3/archive/0.10.0.tar.gz"
sha256 "5a1cd44e7315d0e8dcb1eee4df6802221456a9d1dbeac53da02ac7bd4ea150cd"
license "BSL-1.0"

bottle do
cellar :any_skip_relocation
Expand Down
1 change: 1 addition & 0 deletions Formula/rapidjson.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Rapidjson < Formula
homepage "https://miloyip.github.io/rapidjson/"
url "https://github.com/miloyip/rapidjson/archive/v1.1.0.tar.gz"
sha256 "bf7ced29704a1e696fbccf2a2b4ea068e7774fa37f6d7dd4039d0787f8bed98e"
license "MIT"
head "https://github.com/miloyip/rapidjson.git"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/rav1e.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Rav1e < Formula
homepage "https://github.com/xiph/rav1e"
url "https://github.com/xiph/rav1e/archive/v0.3.3.tar.gz"
sha256 "a091f3387055e472b6e028aa013cf0f37fb5acce9f4db2605d929bbffb448d01"
license "BSD-2-Clause"

bottle do
cellar :any
Expand Down
1 change: 1 addition & 0 deletions Formula/rawtoaces.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Rawtoaces < Formula
homepage "https://github.com/ampas/rawtoaces"
url "https://github.com/ampas/rawtoaces/archive/v1.0.tar.gz"
sha256 "9d15e7e30c4fe97baedfdafb5fddf95534eee26392002b23e81649bbe6e501e9"
license "AMPAS"
revision 9

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/rbenv-binstubs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class RbenvBinstubs < Formula
homepage "https://github.com/ianheggie/rbenv-binstubs"
url "https://github.com/ianheggie/rbenv-binstubs/archive/v1.5.tar.gz"
sha256 "305000b8ba5b829df1a98fc834b7868b9e817815c661f429b0e28c1f613f4d0c"
license "MIT"
revision 1
head "https://github.com/ianheggie/rbenv-binstubs.git"

Expand Down
1 change: 1 addition & 0 deletions Formula/rbenv-gemset.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class RbenvGemset < Formula
homepage "https://github.com/jf/rbenv-gemset"
url "https://github.com/jf/rbenv-gemset/archive/v0.5.9.tar.gz"
sha256 "856aa45ce1e9ac56d476667e2ca58f5f312600879fec4243073edc88a41954da"
license "Unlicense"
revision 1
head "https://github.com/jf/rbenv-gemset.git"

Expand Down
1 change: 1 addition & 0 deletions Formula/rbspy.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Rbspy < Formula
homepage "https://rbspy.github.io/"
url "https://github.com/rbspy/rbspy/archive/v0.3.10.tar.gz"
sha256 "db675284c1275e30f7f99968f44896d3ebe35df65c1290d94418f6787e625821"
license "MIT"

bottle do
cellar :any_skip_relocation
Expand Down
1 change: 1 addition & 0 deletions Formula/rdesktop.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Rdesktop < Formula
homepage "https://www.rdesktop.org/"
url "https://github.com/rdesktop/rdesktop/releases/download/v1.9.0/rdesktop-1.9.0.tar.gz"
sha256 "473c2f312391379960efe41caad37852c59312bc8f100f9b5f26609ab5704288"
license "GPL-3.0"
revision 1

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/re2.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Re2 < Formula
url "https://github.com/google/re2/archive/2020-08-01.tar.gz"
version "20200801"
sha256 "6f4c8514249cd65b9e85d3e6f4c35595809a63ad71c5d93083e4d1dcdf9e0cd6"
license "BSD-3-Clause"
head "https://github.com/google/re2.git"

bottle do
Expand Down
2 changes: 2 additions & 0 deletions Formula/re2c.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ class Re2c < Formula
homepage "https://re2c.org"
url "https://github.com/skvadrik/re2c/releases/download/2.0.1/re2c-2.0.1.tar.xz"
sha256 "aef8b50bb75905b2d55a7236380c0efdc756fa077fe16d808aaacbb10fb53531"
# re2c is in the public domain
license "Unlicense"

bottle do
sha256 "617a92159d2aefb4b454b81496c5c8615f27a303249c11f5ac40f887ee8ca392" => :catalina
Expand Down
1 change: 1 addition & 0 deletions Formula/recode.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Recode < Formula
homepage "https://github.com/pinard/Recode"
url "https://github.com/pinard/Recode/archive/v3.7-beta2.tar.gz"
sha256 "72c3c0abcfe2887b83a8f27853a9df75d7e94a9ebacb152892cc4f25108e2144"
license "GPL-2.0"
revision 1

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/redpen.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Redpen < Formula
homepage "https://redpen.cc/"
url "https://github.com/redpen-cc/redpen/releases/download/redpen-1.10.4/redpen-1.10.4.tar.gz"
sha256 "6c3dc4a6a45828f9cc833ca7253fdb036179036631248288251cb9ac4520c39d"
license "Apache-2.0"

bottle :unneeded

Expand Down
1 change: 1 addition & 0 deletions Formula/redsocks.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Redsocks < Formula
homepage "https://darkk.net.ru/redsocks/"
url "https://github.com/darkk/redsocks/archive/release-0.4.tar.gz"
sha256 "618cf9e8cd98082db31f4fde6450eace656fba8cd6b87aa4565512640d341045"
license "Apache-2.0"
revision 2

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/rem.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Rem < Formula
homepage "https://github.com/kykim/rem"
url "https://github.com/kykim/rem/archive/20150618.tar.gz"
sha256 "e57173a26d2071692d72f3374e36444ad0b294c1284e3b28706ff3dbe38ce8af"
license "Apache-2.0"

bottle do
cellar :any_skip_relocation
Expand Down
1 change: 1 addition & 0 deletions Formula/rgf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Rgf < Formula
homepage "https://github.com/RGF-team/rgf"
url "https://github.com/RGF-team/rgf/archive/3.8.0.tar.gz"
sha256 "f21dce9b877bf802a5699ce58b1b87346337d3be838ddfe78b18cfec45813af7"
license "MIT"

bottle do
cellar :any_skip_relocation
Expand Down
1 change: 1 addition & 0 deletions Formula/riemann-client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class RiemannClient < Formula
homepage "https://github.com/algernon/riemann-c-client"
url "https://github.com/algernon/riemann-c-client/archive/riemann-c-client-1.10.4.tar.gz"
sha256 "334874f0b9a507a8abbc7138df719cba4f28f12c02c39d5e55090b8edb86f9d2"
license "LGPL-3.0"
revision 1
head "https://github.com/algernon/riemann-c-client.git"

Expand Down
1 change: 1 addition & 0 deletions Formula/ripgrep-all.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class RipgrepAll < Formula
homepage "https://github.com/phiresky/ripgrep-all"
url "https://github.com/phiresky/ripgrep-all/archive/v0.9.6.tar.gz"
sha256 "8cd7c5d13bd90ef0582168cd2bef73ca13ca6e0b1ecf24b9a5cd7cb886259023"
license "AGPL-3.0"
Copy link
Member

@Rylan12 Rylan12 Aug 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AGPL-3.0-or-later

Edit: forgot this was closed. I'll make another PR if I find things I think should be changed. We can discuss there

Copy link
Member Author

@chenrui333 chenrui333 Aug 3, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, we can start a thread discussing about (will reply tomorrow with my ideas on this), I did intentionally let it be in this way.

site note, we have some formula with syntax as GPL-3.0+ (or AGPL-3.0+, kind of not SDPX conformed)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah. We've got several different conventions going at the same time so I think we just need to decide on which one we want to use. We can discuss it tomorrow.

head "https://github.com/phiresky/ripgrep-all.git"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/ripgrep.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Ripgrep < Formula
homepage "https://github.com/BurntSushi/ripgrep"
url "https://github.com/BurntSushi/ripgrep/archive/12.1.1.tar.gz"
sha256 "2513338d61a5c12c8fea18a0387b3e0651079ef9b31f306050b1f0aaa926271e"
license "Unlicense"
head "https://github.com/BurntSushi/ripgrep.git"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/rmate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Rmate < Formula
homepage "https://github.com/textmate/rmate"
url "https://github.com/textmate/rmate/archive/v1.5.8.tar.gz"
sha256 "40be07ae251bfa47b408eb56395dd2385d8e9ea220a19efd5145593cd8cbd89c"
license "MIT"
head "https://github.com/textmate/rmate.git"

bottle :unneeded
Expand Down
1 change: 1 addition & 0 deletions Formula/robot-framework.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class RobotFramework < Formula
homepage "https://robotframework.org/"
url "https://github.com/robotframework/robotframework/archive/v3.2.1.tar.gz"
sha256 "9805faa0990125ff2c9689b673448d5f47e78470e7a8e95af1606a775fa8379f"
license "Apache-2.0"
head "https://github.com/robotframework/robotframework.git"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/rocksdb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Rocksdb < Formula
homepage "https://rocksdb.org/"
url "https://github.com/facebook/rocksdb/archive/v6.7.3.tar.gz"
sha256 "c4d1397b58e4801b5fd7c3dd9175e6ae84541119cbebb739fe17d998f1829e81"
license "GPL-2.0"

bottle do
cellar :any
Expand Down
1 change: 1 addition & 0 deletions Formula/roll.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Roll < Formula
homepage "https://matteocorti.github.io/roll/"
url "https://github.com/matteocorti/roll/releases/download/v2.5.0/roll-2.5.0.tar.gz"
sha256 "a06b9782225442c71347eaf745e47684a9227d55575e865f503266c06454586c"
license "GPL-2.0"

bottle do
cellar :any_skip_relocation
Expand Down
1 change: 1 addition & 0 deletions Formula/rom-tools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class RomTools < Formula
url "https://github.com/mamedev/mame/archive/mame0222.tar.gz"
version "0.222"
sha256 "3380b86d1bc5bc09f5bb4099f3833b6fba924a8bd189aac4dab149afba799ce7"
license "GPL-2.0"
head "https://github.com/mamedev/mame.git"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/root.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Root < Formula
url "https://root.cern.ch/download/root_v6.22.00.source.tar.gz"
version "6.22.00"
sha256 "efd961211c0f9cd76cf4a486e4f89badbcf1d08e7535bba556862b3c1a80beed"
license "LGPL-2.1"
revision 1
head "https://github.com/root-project/root.git"

Expand Down
1 change: 1 addition & 0 deletions Formula/roundup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Roundup < Formula
homepage "https://bmizerany.github.io/roundup"
url "https://github.com/bmizerany/roundup/archive/v0.0.6.tar.gz"
sha256 "20741043ed5be7cbc54b1e9a7c7de122a0dacced77052e90e4ff08e41736f01c"
license "MIT"
head "https://github.com/bmizerany/roundup.git"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/rpg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Rpg < Formula
homepage "https://github.com/rtomayko/rpg"
url "https://github.com/downloads/rtomayko/rpg/rpg-0.3.0.tar.gz"
sha256 "c350f64744fb602956a91a57c8920e69058ea42e4e36b0e74368e96954d9d0c7"
license "MIT"
head "https://github.com/rtomayko/rpg.git"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/rrdtool.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Rrdtool < Formula
homepage "https://oss.oetiker.ch/rrdtool/index.en.html"
url "https://github.com/oetiker/rrdtool-1.x/releases/download/v1.7.2/rrdtool-1.7.2.tar.gz"
sha256 "a199faeb7eff7cafc46fac253e682d833d08932f3db93a550a4a5af180ca58db"
license "GPL-2.0"
revision 1

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/rsstail.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Rsstail < Formula
homepage "https://www.vanheusden.com/rsstail/"
url "https://www.vanheusden.com/rsstail/rsstail-2.1.tgz"
sha256 "42cb452178b21c15c470bafbe5b8b5339a7fb5b980bf8d93d36af89864776e71"
license "GPL-2.0"
head "https://github.com/flok99/rsstail.git"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/rsync-time-backup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class RsyncTimeBackup < Formula
homepage "https://github.com/laurent22/rsync-time-backup"
url "https://github.com/laurent22/rsync-time-backup/archive/v1.1.5.tar.gz"
sha256 "567f42ddf2c365273252f15580bb64aa3b3a8abb4a375269aea9cf0278510657"
license "MIT"
head "https://github.com/laurent22/rsync-time-backup.git"

bottle :unneeded
Expand Down
1 change: 1 addition & 0 deletions Formula/rt-audio.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class RtAudio < Formula
homepage "https://www.music.mcgill.ca/~gary/rtaudio/"
url "https://www.music.mcgill.ca/~gary/rtaudio/release/rtaudio-5.1.0.tar.gz"
sha256 "ff138b2b6ed2b700b04b406be718df213052d4c952190280cf4e2fab4b61fe09"
license "MIT"
head "https://github.com/thestk/rtaudio.git"

bottle do
Expand Down
1 change: 1 addition & 0 deletions Formula/rtmpdump.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class Rtmpdump < Formula
url "https://deb.debian.org/debian/pool/main/r/rtmpdump/rtmpdump_2.4+20151223.gitfa8646d.1.orig.tar.gz"
version "2.4+20151223"
sha256 "5c032f5c8cc2937eb55a81a94effdfed3b0a0304b6376147b86f951e225e3ab5"
license "GPL-2.0"
revision 1
head "https://git.ffmpeg.org/rtmpdump.git", shallow: false

Expand Down
1 change: 1 addition & 0 deletions Formula/rubberband.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class Rubberband < Formula
homepage "https://breakfastquay.com/rubberband/"
url "https://breakfastquay.com/files/releases/rubberband-1.8.2.tar.bz2"
sha256 "86bed06b7115b64441d32ae53634fcc0539a50b9b648ef87443f936782f6c3ca"
license "GPL-2.0"
revision 1
head "https://hg.sr.ht/~breakfastquay/rubberband", using: :hg

Expand Down
1 change: 1 addition & 0 deletions Formula/rust-analyzer.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ class RustAnalyzer < Formula
url "https://github.com/rust-analyzer/rust-analyzer/archive/2020-07-27.tar.gz"
version "2020-07-27"
sha256 "74c98bb90a357bcc131656ec3926b7d03685a1f3be232fb16444d03093ebf2f9"
license "Apache-2.0"

bottle do
cellar :any_skip_relocation
Expand Down
2 changes: 2 additions & 0 deletions Formula/rust.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
class Rust < Formula
desc "Safe, concurrent, practical language"
homepage "https://www.rust-lang.org/"
# license ["Apache-2.0", "MIT"] - pending https://github.com/Homebrew/brew/pull/7953
license "Apache-2.0"

stable do
url "https://static.rust-lang.org/dist/rustc-1.45.1-src.tar.gz"
Expand Down
1 change: 1 addition & 0 deletions Formula/rustup-init.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ class RustupInit < Formula
homepage "https://github.com/rust-lang/rustup.rs"
url "https://github.com/rust-lang/rustup.rs/archive/1.22.1.tar.gz"
sha256 "ad46cc624f318a9493aa62fc9612a450564fe20ba93c689e0ad856bff3c64c5b"
license "Apache-2.0"

bottle do
cellar :any_skip_relocation
Expand Down