Skip to content

Commit

Permalink
Fix redundant-with-version-scanned-from-URL errors (#4020)
Browse files Browse the repository at this point in the history
Reaps the rewards of Homebrew/brew#744.
  • Loading branch information
ilovezfs committed Aug 18, 2016
1 parent 14790e3 commit d633230
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion Formula/ammonite-repl.rb
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion Formula/datomic.rb
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion Formula/gitversion.rb
Expand Up @@ -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
Expand Down

0 comments on commit d633230

Please sign in to comment.