Code Monkey home page Code Monkey logo

Comments (3)

rlester avatar rlester commented on August 16, 2024

Now its an error:

Error: Calling Formula.sha1 is disabled! Use Formula.sha256 instead. /usr/local/Homebrew/Library/Taps/jiritrecak/homebrew-laurine/laurine.rb:4:inclass:Laurine'
Please report this to the jiritrecak/laurine tap!
Please report this bug:
https://git.io/brew-troubleshooting
/usr/local/Homebrew/Library/Homebrew/utils.rb:86:in odeprecated' /usr/local/Homebrew/Library/Homebrew/utils.rb:94:inodisabled'
/usr/local/Homebrew/Library/Homebrew/compat/sha1.rb:3:in sha1' /usr/local/Homebrew/Library/Taps/jiritrecak/homebrew-laurine/laurine.rb:4:inclass:Laurine'
/usr/local/Homebrew/Library/Taps/jiritrecak/homebrew-laurine/laurine.rb:1:in load_formula' /usr/local/Homebrew/Library/Homebrew/formulary.rb:25:inmodule_eval'
/usr/local/Homebrew/Library/Homebrew/formulary.rb:25:in load_formula' /usr/local/Homebrew/Library/Homebrew/formulary.rb:42:inload_formula_from_path'
/usr/local/Homebrew/Library/Homebrew/formulary.rb:97:in load_file' /usr/local/Homebrew/Library/Homebrew/formulary.rb:88:inklass'
/usr/local/Homebrew/Library/Homebrew/formulary.rb:84:in get_formula' /usr/local/Homebrew/Library/Homebrew/formulary.rb:200:inget_formula'
/usr/local/Homebrew/Library/Homebrew/formulary.rb:240:in factory' /usr/local/Homebrew/Library/Homebrew/formulary.rb:271:infrom_keg'
/usr/local/Homebrew/Library/Homebrew/formulary.rb:254:in from_rack' /usr/local/Homebrew/Library/Homebrew/formula.rb:1357:inblock in installed'
/usr/local/Homebrew/Library/Homebrew/formula.rb:1355:in map' /usr/local/Homebrew/Library/Homebrew/formula.rb:1355:ininstalled'
/usr/local/Homebrew/Library/Homebrew/cmd/upgrade.rb:37:in upgrade' /usr/local/Homebrew/Library/Homebrew/brew.rb:94:in

'`

from laurine.

jormungand avatar jormungand commented on August 16, 2024

quick local fix:

$ vi /usr/local/Homebrew/Library/Taps/jiritrecak/homebrew-laurine/laurine.rb
diff --git a/laurine.rb b/laurine.rb
index 8a507a0..4c1e06e 100644
--- a/laurine.rb
+++ b/laurine.rb
@@ -1,7 +1,7 @@
 class Laurine < Formula
   homepage "https://github.com/JiriTrecak/Laurine/"
   url "https://github.com/JiriTrecak/Laurine/archive/0.2.2.tar.gz"
-  sha1 "1a80770ee4a52ca830b97e934aa6a06aa6cf435b"
+  sha256 "909a5a495fb21fa7e20b823b6415f4b33b609dba341ea603d68dffe331f92946"
   version "0.2.2"

   def install

from laurine.

JiriTrecak avatar JiriTrecak commented on August 16, 2024

Merged the fix, thank you all for your work <3

from laurine.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.