Skip to content

Commit

Permalink
modify download urls for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
gidoichi committed May 10, 2024
1 parent f064779 commit 0ca5a7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Formula/asdf-match.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class AsdfMatch < Formula
desc "asdf-match matches plugin version to desired one"
homepage "https://github.com/gidoichi/asdf-match"
url "https://github.com/gidoichi/asdf-match/archive/refs/tags/v1.0.0.tar.gz"
url "https://github.com/gidoichi/asdf-match/archive/v1.0.0.tar.gz"
sha256 "39992c61e0cd059247d30931a35d1ff213315e9d690dcf542a55bdf295657a52"
license "MIT"

Expand Down
2 changes: 1 addition & 1 deletion Formula/pmo.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class Pmo < Formula
desc "Package Manager Organizer"
homepage "https://github.com/gidoichi/pmo"
url "https://github.com/gidoichi/pmo/archive/refs/tags/v0.1.0.tar.gz"
url "https://github.com/gidoichi/pmo/archive/v0.1.0.tar.gz"
sha256 "ed0cf1c72c1b46c2b164dc3de2c35db8a03eb5a2acd8ec5dfc85f21dcd31fdc8"
license "MIT"

Expand Down
2 changes: 1 addition & 1 deletion Formula/yaml-path.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
class YamlPath < Formula
desc 'Get "xpath" for a given line at column of a YAML file'
homepage "https://github.com/gidoichi/yaml-path"
url "https://github.com/gidoichi/yaml-path/archive/refs/tags/v1.4.2.tar.gz"
url "https://github.com/gidoichi/yaml-path/archive/v1.4.2.tar.gz"
sha256 "9177095aefd4c0f90ffed93d3b8c5489a4858b9dcafbf247971197e9a561f9d0"
license "Apache-2.0"

Expand Down

1 comment on commit 0ca5a7a

@gidoichi
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Update custom homebrew taps · Issue #2738 · renovatebot/renovate

If URL matches https://github.com/*/*/archive/.tar.gz then add it as a valid dep, otherwise skip it.

Please # to comment.