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 0b6544f commit 9262483Copy full SHA for 9262483
Formula/git-imerge.rb
@@ -1,9 +1,9 @@
1
class GitImerge < Formula
2
desc "Incremental merge for git"
3
homepage "https://github.com/mhagger/git-imerge"
4
- url "https://github.com/mhagger/git-imerge/archive/v1.1.0.tar.gz"
5
- sha256 "62692f43591cc7d861689c60b68c55d7b10c7a201c1026096a7efc771df2ca28"
6
- license "GPL-2.0"
+ url "https://github.com/mhagger/git-imerge/archive/v1.2.0.tar.gz"
+ sha256 "cd80a817bc8dd4b5642f83610237e855fc0a23f5c11978d6f7d021cfb0e87bb2"
+ license "GPL-2.0-or-later"
7
head "https://github.com/mhagger/git-imerge.git"
8
9
bottle do
0 commit comments