Git Product home page Git Product logo

Comments (10)

p0deje avatar p0deje commented on September 2, 2024 1

Thank you for the report!

I have fixed this issue in b5fcf19, but it's not released yet.

from maccy.

p0deje avatar p0deje commented on September 2, 2024 1

This failure was introduced in #65568, so your changes are unrelated. I don't know how brew/cask maintainers handle such situations.

from maccy.

p0deje avatar p0deje commented on September 2, 2024

Please try v0.3.7 - it should be fixed.

from maccy.

saeedseyfi avatar saeedseyfi commented on September 2, 2024

@p0deje How can I get the update by brew? Probably it's not published on brew yet.

from maccy.

p0deje avatar p0deje commented on September 2, 2024

@saeedseyfi Somebody needs to update https://github.com/Homebrew/homebrew-cask/blob/master/Casks/maccy.rb as it points to 0.3.6

from maccy.

saeedseyfi avatar saeedseyfi commented on September 2, 2024

What is the new sha256 for 0.3.7? I'll create a pr to update the cask.

from maccy.

p0deje avatar p0deje commented on September 2, 2024

08e079ae2071bea7e1f011f47ba601b79d9440daa8e80aa5d3946d558a80ab43

from maccy.

saeedseyfi avatar saeedseyfi commented on September 2, 2024

@p0deje Please take a look at the this, the build is failing because of the specified depends_on in the cask file: https://travis-ci.org/Homebrew/homebrew-cask/builds/562531636
What do you think?

Related pr: Homebrew/homebrew-cask#66609

from maccy.

p0deje avatar p0deje commented on September 2, 2024

I should also be possible to just point to the latest version to avoid the need to bump it every time:

diff --git a/Casks/maccy.rb b/Casks/maccy.rb
index 27abe054d..68a20a450 100644
--- a/Casks/maccy.rb
+++ b/Casks/maccy.rb
@@ -1,8 +1,8 @@
 cask 'maccy' do
-  version '0.3.6'
-  sha256 '314d56cddd34a89443af3995b1a3ddbc63a8d18db12b043309b76ded260c5d83'
+  version :latest
+  sha256 :no_check

-  url "https://github.com/p0deje/Maccy/releases/download/#{version}/Maccy.app.zip"
+  url 'https://github.com/p0deje/Maccy/releases/latest/download/Maccy.app.zip'
   appcast 'https://github.com/p0deje/Maccy/releases.atom'
   name 'Maccy'
   homepage 'https://github.com/p0deje/Maccy'

from maccy.

saeedseyfi avatar saeedseyfi commented on September 2, 2024

@p0deje Actually I tried this in the first place: Homebrew/homebrew-cask#66608
But the appcast does not recognise latest as a valid version. That's why I closed my first PR.

from maccy.

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.