Skip to content

chsrc 0.2.0 #210893

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 14, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/c/chsrc.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Chsrc < Formula
desc "Change Source for every software on every platform from the command-line"
homepage "https://github.com/RubyMetric/chsrc"
url "https://github.com/RubyMetric/chsrc/archive/refs/tags/v0.1.9.tar.gz"
sha256 "29ed92853355495561c238d19abd1df4f7336217ca576611c273c35c74175e37"
url "https://github.com/RubyMetric/chsrc/archive/refs/tags/v0.2.0.tar.gz"
sha256 "0f44119b8ecb58166913ddabced4f1e8143e283d142f6198482042582ba914f8"
license "GPL-3.0-or-later"
head "https://github.com/RubyMetric/chsrc.git", branch: "main"

Expand Down
Loading