Fix redundant-with-version-scanned-from-URL errors (#4020)
Reaps the rewards of Homebrew/brew#744.
This commit is contained in:
parent
14790e3b57
commit
d633230bac
3 changed files with 0 additions and 3 deletions
|
@ -2,7 +2,6 @@ class AmmoniteRepl < Formula
|
|||
desc "Ammonite is a cleanroom re-implementation of the Scala REPL"
|
||||
homepage "https://lihaoyi.github.io/Ammonite/#Ammonite-REPL"
|
||||
url "https://github.com/lihaoyi/Ammonite/releases/download/0.7.4/0.7.4", :using => :nounzip
|
||||
version "0.7.4"
|
||||
sha256 "d64021649484cf77bef58e1e21da755df932ccb1a0512c694a672a9acfcd2bd2"
|
||||
|
||||
bottle :unneeded
|
||||
|
|
|
@ -2,7 +2,6 @@ class Datomic < Formula
|
|||
desc "Database separating transactions, storage and queries"
|
||||
homepage "http://www.datomic.com/"
|
||||
url "https://my.datomic.com/downloads/free/0.9.5394"
|
||||
version "0.9.5394"
|
||||
sha256 "494f88272974de4fbfdcd0de9df3d6853fd1a5683a80d344d524ca97232fb6b3"
|
||||
|
||||
bottle :unneeded
|
||||
|
|
|
@ -2,7 +2,6 @@ class Gitversion < Formula
|
|||
desc "Easy semantic versioning for projects using Git"
|
||||
homepage "https://github.com/GitTools/GitVersion"
|
||||
url "https://www.nuget.org/api/v2/package/GitVersion.CommandLine/3.6.2"
|
||||
version "3.6.2"
|
||||
sha256 "db05ebacfb76ddca26180f0c70060fbb89800e434d3d55b524785d0da37dbac8"
|
||||
|
||||
bottle :unneeded
|
||||
|
|
Loading…
Reference in a new issue