Commit b0a97df185
Verified · cmc
Formula/gitbay.rb +2 −2
| @@ -2,8 +2,8 @@ class Gitbay < Formula | ||
| 2 | 2 | desc "CLI for gitbay, the CLI-first git forge" |
| 3 | 3 | homepage "https://gitbay.org" |
| 4 | 4 | url "https://gitbay.org/krz/gitbay.git", |
| 5 | tag: "v0.3.0", | |
| 6 | revision: "6b01ef3788b21e3a4c027a2afe7e7a5bda9ca000" | |
| 5 | tag: "v0.4.0", | |
| 6 | revision: "b4684c088d2b99f0f42c4e95231c4c0edc122323" | |
| 7 | 7 | license "0BSD" |
| 8 | 8 | head "https://gitbay.org/krz/gitbay.git", branch: "main" |
| 9 | 9 | |