We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bba5e93 commit e8790f5Copy full SHA for e8790f5
1 file changed
Formula/mygithub.rb
@@ -6,8 +6,8 @@ class Mygithub < Formula
6
homepage "https://webhippie.github.io/mygithub"
7
license "Apache-2.0"
8
9
- url "https://github.com/webhippie/mygithub/archive/v1.0.0.tar.gz"
10
- sha256 "7e91071cf4a3d73ad93d83a994428348a6f8c8ead1cd5991c48eb8cd383851f9"
+ url "https://github.com/webhippie/mygithub/archive/refs/tags/v2.0.0.tar.gz"
+ sha256 "c40e8db4f8d2728fa1e531cc336d3668ce4501a45e3420cd292b789c7a8c0cf8"
11
head "https://github.com/webhippie/mygithub.git", branch: "master"
12
13
test do
0 commit comments