nuget 5.3.1
Closes #46352. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
ca1095b116
commit
7f1a98734e
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
class Nuget < Formula
|
||||
desc "Package manager for Microsoft development platform including .NET"
|
||||
homepage "https://www.nuget.org/"
|
||||
url "https://dist.nuget.org/win-x86-commandline/v5.3.0/nuget.exe" # make sure libexec.install below matches case
|
||||
sha256 "96a1dc5ad572716b2ab345a6830365cf0103661ec906b0e78fd04a064a7bb730"
|
||||
url "https://dist.nuget.org/win-x86-commandline/v5.3.1/nuget.exe" # make sure libexec.install below matches case
|
||||
sha256 "e3e46eb415561c778a7fdec7194bca9811c6e7f4066cc8cc85244c391b969c11"
|
||||
|
||||
bottle :unneeded
|
||||
|
||||
|
|
Loading…
Reference in a new issue